Searched refs:IsCatchBlock (Results 1 – 13 of 13) sorted by relevance
199 if (successor->IsCatchBlock()) { in VisitBasicBlock()206 if (!successor->IsCatchBlock()) { in VisitBasicBlock()241 if (block->IsCatchBlock()) { in VisitBasicBlock()321 if (!handler->IsCatchBlock()) { in VisitTryBoundary()346 if (!load->GetBlock()->IsCatchBlock()) { in VisitLoadException()
538 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()576 DCHECK(!successor->IsCatchBlock()); in SimplifyCFG()609 if (block->IsCatchBlock()) { in AnalyzeLoops()1869 DCHECK(!IsCatchBlock()) << "Support for updating try/catch information not implemented."; in CreateImmediateDominator()2116 DCHECK(use.GetUser()->IsPhi() && user_block->IsCatchBlock()); in RemoveUsesOfDeadInstruction()2160 if (!successor->IsCatchBlock()) { in DisconnectAndDelete()2201 if (last_instruction->IsTryBoundary() && !IsCatchBlock()) { in DisconnectAndDelete()2210 DCHECK(handler->IsCatchBlock()); in DisconnectAndDelete()2224 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()2238 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()
153 if (block->IsCatchBlock() || in Resolve()183 if (block->IsCatchBlock()) { in Resolve()
328 if (!block->IsCatchBlock() && in SimplifyIfs()
179 if (successor->IsCatchBlock()) { in ComputeLiveRanges()
842 if (block->IsCatchBlock()) { in VisitBasicBlock()
1004 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function1007 DCHECK(IsCatchBlock()); in IsValidTypeIndex()1012 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()1017 DCHECK(IsCatchBlock()); in GetCatchDexFile()1363 bool IsCatchBlock() const { in IsCatchBlock() function1364 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()2868 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); } in IsCatchPhi()3286 DCHECK(handler.IsCatchBlock()); in HasExceptionHandler()
659 DCHECK(instr->GetBlock()->IsCatchBlock()); in VisitLoadException()
177 if (block->IsCatchBlock() || in AllocateRegistersInternal()
374 if (block->IsCatchBlock()) { in AnalyzeLoopsLocally()
99 if (block->IsCatchBlock()) { in GetLocalsForWithAllocation()130 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()
797 if (block->IsCatchBlock() in ProcessInstructions()
1304 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()