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