Home
last modified time | relevance | path

Searched refs:RelativeAt (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex_instruction.h193 const Instruction* RelativeAt(int32_t offset) const { in RelativeAt() function
199 return RelativeAt(SizeInCodeUnits()); in Next()
205 return RelativeAt(1); in Next_1xx()
211 return RelativeAt(2); in Next_2xx()
217 return RelativeAt(3); in Next_3xx()
223 return RelativeAt(5); in Next_51l()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc35 inst = inst->RelativeAt(displacement); \
556 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
567 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
578 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
589 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
600 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
693 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
708 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
723 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
738 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc35 inst = inst->RelativeAt(disp); \
/art/compiler/dex/
Dmir_graph.cc383 check_insn = check_insn->RelativeAt(check_insn->GetTargetOffset()); in IsBadMonitorExitCatch()