Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h191 const Instruction* RelativeAt(int32_t offset) const WARN_UNUSED { in RelativeAt() function
197 return RelativeAt(SizeInCodeUnits()); in Next()
203 return RelativeAt(1); in Next_1xx()
209 return RelativeAt(2); in Next_2xx()
215 return RelativeAt(3); in Next_3xx()
221 return RelativeAt(5); in Next_51l()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc34 inst = inst->RelativeAt(displacement); \
517 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
526 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
535 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
544 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
553 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
656 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
670 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
684 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
698 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc38 inst = inst->RelativeAt(disp); \
/art/runtime/verifier/
Dmethod_verifier.cc695 inst = inst->RelativeAt(inst_size); in ComputeWidthsAndCountOps()
737 inst = inst->RelativeAt(insn_size); in ScanTryCatchBlocks()
/art/compiler/dex/
Dmir_graph.cc439 check_insn = check_insn->RelativeAt(check_insn->GetTargetOffset()); in IsBadMonitorExitCatch()