Searched refs:resultType (Results 1 – 4 of 4) sorted by relevance
59 TypeBearer resultType = mergeType(tb1, tb2); in mergeLocals() local60 if (resultType != tb1) { in mergeLocals()70 if (resultType == null) { in mergeLocals()73 result.set(i, resultType); in mergeLocals()111 TypeBearer resultType = mergeType(tb1, tb2); in mergeStack() local112 if (resultType != tb1) { in mergeStack()123 if (resultType == null) { in mergeStack()127 result.change(i, resultType); in mergeStack()
405 Type resultType = result.getType(); in getLocalTarget() local408 if (resultType == localType) { in getLocalTarget()421 if (! Merger.isPossiblyAssignableFrom(localType, resultType)) { in getLocalTarget()423 throwLocalMismatch(resultType, localType); in getLocalTarget()
365 private Constant simulateMath(SsaInsn insn, int resultType) { in simulateMath() argument396 switch (resultType) { in simulateMath()
536 Type resultType = def.getResult().getType(); in replaceDef() local540 Constant newZero = Zeroes.zeroFor(resultType.getComponentType()); in replaceDef()