Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1894 ALWAYS_INLINE void SetNextInstruction(const Instruction* next_inst) { in SetNextInstruction() argument
1895 DCHECK_LT(next_inst->GetDexPc(Insns()), Accessor().InsnsSizeInCodeUnits()); in SetNextInstruction()
1896 next = next_inst; in SetNextInstruction()