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.cc712 if (block->IsEntryBlock() || block->IsCatchBlock()) { in ComputeTryBlockInformation()
750 DCHECK(!successor->IsCatchBlock()); in SimplifyCFG()
783 if (block->IsCatchBlock()) { in AnalyzeLoops()
2141 DCHECK(!IsCatchBlock()) << "Support for updating try/catch information not implemented."; in CreateImmediateDominator()
2388 DCHECK(use.GetUser()->IsPhi() && user_block->IsCatchBlock()); in RemoveUsesOfDeadInstruction()
2432 if (!successor->IsCatchBlock()) { in DisconnectAndDelete()
2473 if (last_instruction->IsTryBoundary() && !IsCatchBlock()) { in DisconnectAndDelete()
2482 DCHECK(handler->IsCatchBlock()); in DisconnectAndDelete()
2496 (last_instruction->IsTryBoundary() && IsCatchBlock())); in DisconnectAndDelete()
2510 (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()
Dnodes.h1040 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function
1043 DCHECK(IsCatchBlock()); in IsValidTypeIndex()
1048 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()
1053 DCHECK(IsCatchBlock()); in GetCatchDexFile()
1403 bool IsCatchBlock() const { in IsCatchBlock() function
1404 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()
3058 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); }
3476 DCHECK(handler.IsCatchBlock());
Dgraph_visualizer.cc903 if (block->IsCatchBlock()) { in VisitBasicBlock()
Dreference_type_propagation.cc691 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.cc136 if (block->IsCatchBlock()) { in GetLocalsForWithAllocation()
167 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()
Dregister_allocator_graph_color.cc797 if (block->IsCatchBlock() in ProcessInstructions()
Dcode_generator.cc1326 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()