Home | History | Annotate | Download | only in interp

Lines Matching full:opcode

232             addr, offset, dexGetOpcodeName(decInsn->opcode));
274 // shadowSpace->traceLength, dexGetOpcodeName(decInsn.opcode));
684 dexGetOpcodeName(decInsn.opcode),(int)dpc);
685 dpc += dexGetWidthFromOpcode(decInsn.opcode);
745 if ((nextDecInsn.opcode != OP_MOVE_RESULT) &&
746 (nextDecInsn.opcode != OP_MOVE_RESULT_WIDE) &&
747 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT))
802 /* Only add JIT support opcode to trace. End the trace if
803 * this opcode is not supported.
805 if (!dvmIsOpcodeSupportedByJit(decInsn.opcode)) {
816 (decInsn.opcode == OP_PACKED_SWITCH ||
817 decInsn.opcode == OP_SPARSE_SWITCH)) {
824 dexGetOpcodeName(decInsn.opcode), (int)lastPC, (int)pc);
826 flags = dexGetFlagsFromOpcode(decInsn.opcode);
869 dexGetOpcodeName(decInsn.opcode));
885 if ((decInsn.opcode == OP_THROW) || (lastPC == pc)){
902 if (decInsn.opcode != OP_RETURN_VOID) {