Searched refs:hasResult (Results 1 – 7 of 7) sorted by relevance
33 private final boolean hasResult; field in Dop50 boolean hasResult, String name) { in Dop() argument70 this.hasResult = hasResult; in Dop()113 public boolean hasResult() { in hasResult() method in Dop114 return hasResult; in hasResult()
202 public final boolean hasResult() { in hasResult() method in DalvInsn203 return opcode.hasResult(); in hasResult()216 boolean hasResult = hasResult(); in getMinimumRegisterRequirement()218 int resultRequirement = hasResult ? registers.get(0).getCategory() : 0; in getMinimumRegisterRequirement()221 for (int i = hasResult ? 1 : 0; i < regSz; i++) { in getMinimumRegisterRequirement()240 if (hasResult()) { in hrPrefix()261 if (hasResult()) { in hrSuffix()284 registers.withSequentialRegisters(0, hasResult()); in hrVersion()
702 boolean hasResult = opcode.hasResult() in visitThrowingCstInsn()705 if (hasResult != (realResult != null)) { in visitThrowingCstInsn()744 if (opcode.hasResult() != (realResult != null)) { in visitThrowingInsn()
44 private final boolean hasResult; field in Dop61 boolean hasResult) { in Dop() argument82 this.hasResult = hasResult; in Dop()124 public boolean hasResult() { in hasResult() method in Dop125 return hasResult; in hasResult()
204 public final boolean hasResult() { in hasResult() method in DalvInsn205 return opcode.hasResult(); in hasResult()221 boolean hasResult = hasResult(); in getMinimumRegisterRequirement()226 if (hasResult && !compatRegs.get(0)) { in getMinimumRegisterRequirement()230 for (int i = hasResult ? 1 : 0; i < regSz; i++) { in getMinimumRegisterRequirement()248 registers.withExpandedRegisters(0, hasResult(), null); in getLowRegVersion()266 if (hasResult()) compatRegs.set(0); in expandedPrefix()270 if (hasResult()) compatRegs.set(0, firstBit); in expandedPrefix()288 if (hasResult() && !compatRegs.get(0)) { in expandedSuffix()312 registers.withExpandedRegisters(0, hasResult(), compatRegs); in expandedVersion()
741 boolean hasResult = opcode.hasResult() in visitThrowingCstInsn()744 if (hasResult != (realResult != null)) { in visitThrowingCstInsn()804 if (opcode.hasResult() != (realResult != null)) { in visitThrowingInsn()
102 hasResult[i]);297 hasResult[idx] = (parts[4] == "n") ? "false" : "true";