Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl.h43 bool interpret_one_instruction; member
63 bool interpret_one_instruction) in ExecuteSwitchImpl() argument
70 .interpret_one_instruction = interpret_one_instruction, in ExecuteSwitchImpl()
Dinterpreter.cc239 bool interpret_one_instruction) REQUIRES_SHARED(Locks::mutator_lock_) { in ExecuteSwitch() argument
242 self, accessor, shadow_frame, result_register, interpret_one_instruction); in ExecuteSwitch()
245 self, accessor, shadow_frame, result_register, interpret_one_instruction); in ExecuteSwitch()
Dinterpreter_switch_impl-inl.h2038 bool const interpret_one_instruction = ctx->interpret_one_instruction; in DEX_INSTRUCTION_LIST() local
2057 if (success && LIKELY(!interpret_one_instruction)) { \ in DEX_INSTRUCTION_LIST()
2079 if (interpret_one_instruction) { in DEX_INSTRUCTION_LIST()