Searched refs:IsCatchBlock (Results 1 – 13 of 13) sorted by relevance
198 if (successor->IsCatchBlock()) { in VisitBasicBlock()205 if (!successor->IsCatchBlock()) { in VisitBasicBlock()240 if (block->IsCatchBlock()) { in VisitBasicBlock()320 if (!handler->IsCatchBlock()) { in VisitTryBoundary()345 if (!load->GetBlock()->IsCatchBlock()) { in VisitLoadException()
539 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()577 DCHECK(!successor->IsCatchBlock()); in SimplifyCFG()610 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()
839 if (block->IsCatchBlock()) { in VisitBasicBlock()
931 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function934 DCHECK(IsCatchBlock()); in IsValidTypeIndex()939 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()944 DCHECK(IsCatchBlock()); in GetCatchDexFile()1290 bool IsCatchBlock() const { in IsCatchBlock() function1291 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()2796 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); } in IsCatchPhi()3214 DCHECK(handler.IsCatchBlock()); in HasExceptionHandler()
340 if (block->IsCatchBlock()) { in AnalyzeLoopsLocally()
699 DCHECK(instr->GetBlock()->IsCatchBlock()); in VisitLoadException()
177 if (block->IsCatchBlock() || in AllocateRegistersInternal()
99 if (block->IsCatchBlock()) { in GetLocalsForWithAllocation()130 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()
1174 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()
797 if (block->IsCatchBlock() in ProcessInstructions()