Searched refs:hasCatchHandlers (Results 1 – 12 of 12) sorted by relevance
116 if (!hasCatchHandlers()) { in getNormalSucessors()172 if (hasCatchHandlers()) { in swapSuccessors()196 if (hasCatchHandlers()) { in replaceSuccessor()297 if (hasCatchHandlers()) { in removeSuccessorsByIndex()353 public boolean hasCatchHandlers() { in hasCatchHandlers() method in BasicBlock509 assert !hasCatchHandlers(); in unlinkSingleSuccessor()677 if (!hasCatchHandlers()) { in hasCatchSuccessor()767 if (hasCatchHandlers()) { in toDetailedString()939 if (!hasCatchHandlers()) { in getCatchHandlers()983 if (hasCatchHandlers()) { in verifyNoValuesAfterThrowingInstruction()[all …]
251 assert !currentBlock.hasCatchHandlers(); in splitBlockAndCopyCatchHandlers()304 if (inlinedBlock.hasCatchHandlers()) { in appendCatchHandlers()379 assert !invokeBlock.hasCatchHandlers(); in inlineInvoke()438 if (invokeBlock.hasCatchHandlers()) { in inlineInvoke()
243 if (block.hasCatchHandlers()) { in consistentCatchHandlers()285 if (block.hasCatchHandlers()) { in validThrowingInstructions()
284 if (block.hasCatchHandlers() && inlinee.getNormalExitBlock() == null) { in performInlining()364 !user.getBlock().hasCatchHandlers() && in computeReceiverMustBeNonNull()
133 if (block.hasCatchHandlers() && !block.canThrow()) { in removeUnneededCatchHandlers()
113 if (movedThrowingInstruction && first.hasCatchHandlers()) { in createAndInsertBlockForSuffix()
962 boolean hasCatchHandlers = block.hasCatchHandlers(); in insertConstantInBlock()969 || (hasCatchHandlers && i.instructionInstanceCanThrow()); in insertConstantInBlock()1455 assert !block.hasCatchHandlers();
721 if (block.hasCatchHandlers()) { in handle()
315 if (!constructorCall.getBlock().hasCatchHandlers()) { in patchInstruction()
116 if (newInvoke.getBlock().hasCatchHandlers()) { in rewrite()
424 if (block.hasCatchHandlers()) { in verifyFilledPredecessors()
192 assertEquals(throwing, block.hasCatchHandlers()); in hasCatchandlerIfThrowing()