Searched refs:backend (Results 1 – 6 of 6) sorted by relevance
1 Regression test for vixl32 backend, which used to incorrectly
1 Regression test for the ARM backend, which used to have a bug
1 Regression test for the arm backend of the optimizing
44 --dump-output <combination of ISA(s) and and backend(s)>57 --allarm. Also in this case only one backend is needed, if i.e., you wanted to test104 Divergence - mutated files that executed and some backend disagreed about the106 single backend, to check if they diverge from themselves, and these are
133 const char* backend = strstr(cmd_line, kCompilerBackend); in Java_Main_compiledWithOptimizing() local134 if (backend != nullptr) { in Java_Main_compiledWithOptimizing()136 backend += strlen(kCompilerBackend); in Java_Main_compiledWithOptimizing()137 if (strncmp(backend, "Optimizing", strlen("Optimizing")) != 0) { in Java_Main_compiledWithOptimizing()
50 core_compile_options += --compiler-backend=Optimizing162 core_compile_options += --compiler-backend=Optimizing