Home
last modified time | relevance | path

Searched refs:backend (Results 1 – 5 of 5) sorted by relevance

/art/test/642-fp-callees/
Dinfo.txt1 Regression test for vixl32 backend, which used to incorrectly
/art/test/657-branches/
Dinfo.txt1 Regression test for the ARM backend, which used to have a bug
/art/test/434-shifter-operand/
Dinfo.txt1 Regression test for the arm backend of the optimizing
/art/tools/dexfuzz/
DREADME44 --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 test
104 Divergence - mutated files that executed and some backend disagreed about the
106 single backend, to check if they diverge from themselves, and these are
/art/test/common/
Druntime_state.cc133 const char* backend = strstr(cmd_line, kCompilerBackend); in Java_Main_compiledWithOptimizing() local
134 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()