Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h231 const Instruction* RelativeAt(int32_t offset) const WARN_UNUSED { in RelativeAt() function
237 return RelativeAt(SizeInCodeUnits()); in Next()
243 return RelativeAt(1); in Next_1xx()
249 return RelativeAt(2); in Next_2xx()
255 return RelativeAt(3); in Next_3xx()
261 return RelativeAt(4); in Next_4xx()
267 return RelativeAt(5); in Next_51l()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc46 inst = inst->RelativeAt(displacement); \
674 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
682 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
690 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
698 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
706 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
804 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
818 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
832 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
846 inst = inst->RelativeAt(offset); in ExecuteSwitchImpl()
[all …]
/art/runtime/verifier/
Dmethod_verifier.cc1025 inst = inst->RelativeAt(inst_size); in ComputeWidthsAndCountOps()
1067 inst = inst->RelativeAt(insn_size); in ScanTryCatchBlocks()
/art/compiler/optimizing/
Dinstruction_builder.cc376 const Instruction* const end = begin->RelativeAt(code_item_.insns_size_in_code_units_); in FindNativeDebugInfoLocations()