Lines Matching refs:instr
25 u2 instr = *codePtr;26 Opcode opcode = (Opcode)(instr & 0xff);32 return (opcode != OP_NOP || instr == 0);46 u2 instr = *codePtr;47 Opcode opcode = dexOpcodeFromCodeUnit(instr);