Home
last modified time | relevance | path

Searched refs:interpret_one_instruction (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl.h43 bool interpret_one_instruction; member
61 bool interpret_one_instruction) in ExecuteSwitchImpl() argument
68 .interpret_one_instruction = interpret_one_instruction, in ExecuteSwitchImpl()
Dinterpreter_switch_impl-inl.h1952 bool const interpret_one_instruction = ctx->interpret_one_instruction; in DEX_INSTRUCTION_LIST() local
1970 if (success && LIKELY(!interpret_one_instruction)) { \ in DEX_INSTRUCTION_LIST()
1999 if (interpret_one_instruction) { in DEX_INSTRUCTION_LIST()