Searched refs:interpret_one_instruction (Results 1 - 2 of 2) sorted by path

/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc38 if (interpret_one_instruction) { \
96 if (interpret_one_instruction) { \
203 bool interpret_one_instruction = ctx->interpret_one_instruction; local
322 if (interpret_one_instruction) {
345 if (interpret_one_instruction) {
369 if (interpret_one_instruction) {
392 if (interpret_one_instruction) {
437 if (interpret_one_instruction) {
2498 } while (!interpret_one_instruction);
[all...]
H A Dinterpreter_switch_impl.h43 bool interpret_one_instruction; member in struct:art::interpreter::SwitchImplContext
61 bool interpret_one_instruction)
68 .interpret_one_instruction = interpret_one_instruction,

Completed in 56 milliseconds