Searched refs:IsCatchBlock (Results 1 – 9 of 9) sorted by relevance
155 if (successor->IsCatchBlock()) { in VisitBasicBlock()162 if (!successor->IsCatchBlock()) { in VisitBasicBlock()197 if (block->IsCatchBlock()) { in VisitBasicBlock()277 if (!handler->IsCatchBlock()) { in VisitTryBoundary()302 if (!load->GetBlock()->IsCatchBlock()) { in VisitLoadException()
383 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()421 DCHECK(!successor->IsCatchBlock()); in SimplifyCFG()455 if (block->IsCatchBlock()) { in AnalyzeLoops()1462 DCHECK(!IsCatchBlock()) << "Support for updating try/catch information not implemented."; in CreateImmediateDominator()1695 DCHECK(use.GetUser()->IsPhi() && user_block->IsCatchBlock()); in RemoveUsesOfDeadInstruction()1739 if (!successor->IsCatchBlock()) { in DisconnectAndDelete()1780 if (last_instruction->IsTryBoundary() && !IsCatchBlock()) { in DisconnectAndDelete()1789 DCHECK(handler->IsCatchBlock()); in DisconnectAndDelete()1803 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()1817 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()
222 if (successor->IsCatchBlock()) { in ComputeLiveRanges()
181 if (block->IsCatchBlock() || in AllocateRegistersInternal()1924 if (block->IsCatchBlock() || in Resolve()1955 if (current->IsCatchBlock()) { in Resolve()
718 if (block->IsCatchBlock()) { in VisitBasicBlock()
779 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function782 DCHECK(IsCatchBlock()); in IsCatchAllTypeIndex()787 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()792 DCHECK(IsCatchBlock()); in GetCatchDexFile()1116 bool IsCatchBlock() const { in IsCatchBlock() function1117 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()2366 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); } in IsCatchPhi()2754 DCHECK(handler.IsCatchBlock()); in HasExceptionHandler()
586 DCHECK(instr->GetBlock()->IsCatchBlock()); in VisitLoadException()
836 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()
42 if (block->IsCatchBlock()) { in GetLocalsFor()74 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()