Home
last modified time | relevance | path

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

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