Searched refs:JIT_OPT_NO_LOOP (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/
H A DCompiler.h160 #define JIT_OPT_NO_LOOP (1 << kJitOptNoLoop) macro
H A DFrontend.cpp1601 /* Retry the original trace with JIT_OPT_NO_LOOP disabled */
1604 optHints | JIT_OPT_NO_LOOP);
1870 (optHints & JIT_OPT_NO_LOOP) == 0) {

Completed in 429 milliseconds