Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h91 SetNextInstruction(inst->RelativeAt(displacement)); in HandlePendingException()
109 SetNextInstruction(inst); in PossiblyHandlePendingExceptionOnInvoke()
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()
1894 ALWAYS_INLINE void SetNextInstruction(const Instruction* next_inst) { in SetNextInstruction() function