Searched refs:RelativeAt (Results 1 – 2 of 2) sorted by relevance
246 const Instruction* RelativeAt(int32_t offset) const WARN_UNUSED { in RelativeAt() function252 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()
91 SetNextInstruction(inst->RelativeAt(displacement)); in HandlePendingException()263 SetNextInstruction(inst->RelativeAt(offset)); in HandleGoto()307 SetNextInstruction(inst->RelativeAt(offset)); in HandleIf()835 SetNextInstruction(inst->RelativeAt(offset)); in PACKED_SWITCH()845 SetNextInstruction(inst->RelativeAt(offset)); in SPARSE_SWITCH()1968 next = inst->RelativeAt(Instruction::SizeInCodeUnits(Instruction::FORMAT)); \ in DEX_INSTRUCTION_LIST()