Searched refs:isPayloadFormat (Results 1 – 4 of 4) sorted by relevance
73 public final boolean isPayloadFormat; field in Format79 private Format(int size, boolean isPayloadFormat) { in Format() argument81 this.isPayloadFormat = isPayloadFormat; in Format()
108 if (!opcode.format.isPayloadFormat) { in Opcodes()
177 if (!opcode.format.isPayloadFormat) { in getInstructionSize()
514 !instruction.getInstruction().getOpcode().format.isPayloadFormat) { in addAnalyzedInstructionMethodItems()