Searched refs:mOpcode (Results 1 – 2 of 2) sorted by relevance
346 public final Opcodes mOpcode; field in BaseApfGenerator.Instruction361 mOpcode = opcode; in Instruction()460 if (mOpcode != Opcodes.LABEL) { in setLabel()490 if (mOpcode != Opcodes.JMP || mBytesImm == null) { in maybeUpdateBytesImm()519 if (mOpcode != Opcodes.EXT || mIntImms.get(0).mValue in updateExceptionBufferSize()534 if (mOpcode == Opcodes.LABEL) { in size()582 return (byte) ((mOpcode.value << 3) | (sizeField << 1) | (byte) mRbit.value); in generateInstructionByte()605 if (mOpcode == Opcodes.LABEL) { in generate()612 if (mOpcode == Opcodes.EXT) { in generate()
26 private final int mOpcode; field in Request36 this.mOpcode = opcode; in Request()46 return mOpcode; in getOpcode()