Home
last modified time | relevance | path

Searched refs:IsCatchBlock (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Dgraph_checker.cc199 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()
Dnodes.cc538 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()
Dregister_allocation_resolver.cc153 if (block->IsCatchBlock() || in Resolve()
183 if (block->IsCatchBlock()) { in Resolve()
Ddead_code_elimination.cc328 if (!block->IsCatchBlock() && in SimplifyIfs()
Dssa_liveness_analysis.cc179 if (successor->IsCatchBlock()) { in ComputeLiveRanges()
Dgraph_visualizer.cc842 if (block->IsCatchBlock()) { in VisitBasicBlock()
Dnodes.h1004 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function
1007 DCHECK(IsCatchBlock()); in IsValidTypeIndex()
1012 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()
1017 DCHECK(IsCatchBlock()); in GetCatchDexFile()
1363 bool IsCatchBlock() const { in IsCatchBlock() function
1364 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()
Dreference_type_propagation.cc659 DCHECK(instr->GetBlock()->IsCatchBlock()); in VisitLoadException()
Dregister_allocator_linear_scan.cc177 if (block->IsCatchBlock() || in AllocateRegistersInternal()
Dsuperblock_cloner.cc374 if (block->IsCatchBlock()) { in AnalyzeLoopsLocally()
Dinstruction_builder.cc99 if (block->IsCatchBlock()) { in GetLocalsForWithAllocation()
130 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()
Dregister_allocator_graph_color.cc797 if (block->IsCatchBlock() in ProcessInstructions()
Dcode_generator.cc1304 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()