Lines Matching refs:opcode
76 * - opcode of first instruction begins at index 0
104 Opcode opcode = dexOpcodeFromCodeUnit(*insns);
105 if (opcode == OP_NEW_INSTANCE)
107 if (opcode == OP_MONITOR_ENTER)
230 * - opcode of first instruction begins at index 0
820 switch (decInsn.opcode) {
1182 ALOGE("VFY: unexpected opcode %04x", decInsn.opcode);
1193 LOG_VFY_METH(meth, "VFY: rejecting opcode 0x%02x at 0x%04x",
1194 decInsn.opcode, codeOffset);
1198 OpcodeFlags opFlags = dexGetFlagsFromOpcode(decInsn.opcode);