Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DJit.cpp741 DecodedInstruction nextDecInsn; in insertMoveResult() local
744 dexDecodeInstruction(moveResultPC, &nextDecInsn); in insertMoveResult()
745 if ((nextDecInsn.opcode != OP_MOVE_RESULT) && in insertMoveResult()
746 (nextDecInsn.opcode != OP_MOVE_RESULT_WIDE) && in insertMoveResult()
747 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT)) in insertMoveResult()