Searched refs:asReturn (Results 1 – 8 of 8) sorted by relevance
76 return other.asReturn().isReturnVoid(); in identicalNonValueParts()78 return other.asReturn().returnValue().type == returnValue().type; in identicalNonValueParts()85 return other.asReturn().isReturnVoid() ? 0 : -1; in compareNonValueParts()87 return returnValue().type.ordinal() - other.asReturn().returnValue().type.ordinal(); in compareNonValueParts()108 public Return asReturn() { in asReturn() method in Return
582 public Return asReturn() { in asReturn() method in Instruction
386 Return ret = inlineeIterator.previous().asReturn(); in inlineInvoke()
80 Return ret = block.exit().asReturn(); in catchSuccessorFallthroughTest()
360 Value oldReturnValue = newReturnBlock.listIterator().next().asReturn().returnValue(); in splitBeforeReturn()361 newReturnBlock.listIterator().next().asReturn().returnValue().replaceUsers(newReturnValue); in splitBeforeReturn()
1741 Return origReturn = exitBlocks.get(0).exit().asReturn();1759 Return ret = block.exit().asReturn();
861 dex = targetInfo.getIR().asReturn().createDexInstruction(builder);
652 Return ret = code.getNormalExitBlock().exit().asReturn(); in identifyReturnsArgument()