Searched refs:RelativeAt (Results 1 – 4 of 4) sorted by relevance
193 const Instruction* RelativeAt(int32_t offset) const { in RelativeAt() function199 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()
35 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 …]
35 inst = inst->RelativeAt(disp); \
383 check_insn = check_insn->RelativeAt(check_insn->GetTargetOffset()); in IsBadMonitorExitCatch()