Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc155 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()
Dnodes.cc383 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()
Dssa_liveness_analysis.cc222 if (successor->IsCatchBlock()) { in ComputeLiveRanges()
Dregister_allocator.cc181 if (block->IsCatchBlock() || in AllocateRegistersInternal()
1924 if (block->IsCatchBlock() || in Resolve()
1955 if (current->IsCatchBlock()) { in Resolve()
Dgraph_visualizer.cc718 if (block->IsCatchBlock()) { in VisitBasicBlock()
Dnodes.h779 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock() function
782 DCHECK(IsCatchBlock()); in IsCatchAllTypeIndex()
787 DCHECK(IsCatchBlock()); in GetCatchTypeIndex()
792 DCHECK(IsCatchBlock()); in GetCatchDexFile()
1116 bool IsCatchBlock() const { in IsCatchBlock() function
1117 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()
Dreference_type_propagation.cc586 DCHECK(instr->GetBlock()->IsCatchBlock()); in VisitLoadException()
Dcode_generator.cc836 if (!block->IsCatchBlock()) { in RecordCatchBlockInfo()
Dinstruction_builder.cc42 if (block->IsCatchBlock()) { in GetLocalsFor()
74 if (current_block_->IsCatchBlock()) { in InitializeBlockLocals()