Lines Matching full:opcode
719 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
872 if (pDecInsn->opcode == OP_NOP) {
887 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode));
895 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
935 // The printed format varies a bit based on the actual opcode.
936 if (pDecInsn->opcode == OP_CONST_HIGH16) {
1104 Opcode opcode = dexOpcodeFromCodeUnit(instr);
1105 insnWidth = dexGetWidthFromOpcode(opcode);