Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h246 const Instruction* RelativeAt(int32_t offset) const WARN_UNUSED { in RelativeAt() function
252 return RelativeAt(SizeInCodeUnits()); in Next()
258 return RelativeAt(1); in Next_1xx()
264 return RelativeAt(2); in Next_2xx()
270 return RelativeAt(3); in Next_3xx()
276 return RelativeAt(4); in Next_4xx()
282 return RelativeAt(5); in Next_51l()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h118 SetNextInstruction(inst_->RelativeAt(displacement)); in HandlePendingException()
253 SetNextInstruction(inst_->RelativeAt(offset)); in HandleBranch()
1876 next = inst->RelativeAt(Instruction::SizeInCodeUnits(Instruction::FORMAT)); \ in DEX_INSTRUCTION_LIST()