Home
last modified time | relevance | path

Searched refs:GetTryCatchInformation (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dcode_sinking.cc260 instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in FindIdealPosition()
263 target_block->GetTryCatchInformation()->GetTryEntry()))) { in FindIdealPosition()
Dgraph_checker.cc349 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
365 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
657 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
Dblock_builder.cc321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
Dnodes.cc764 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()
765 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()
2756 reference->IsTryBlock() ? reference->GetTryCatchInformation() : nullptr; in UpdateLoopAndTryInformationOfNewBlock()
2844 DCHECK(first->GetTryCatchInformation() == nullptr); in InlineInto()
2882 current->GetTryCatchInformation() != nullptr); in InlineInto()
2927 TryCatchInformation* try_catch_info = predecessor->GetTryCatchInformation(); in InlineInto()
Dscheduler.cc766 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
Ddead_code_elimination.cc703 HBasicBlock* key = block->GetTryCatchInformation()->GetTryEntry().GetBlock(); in RemoveUnneededTries()
Dreference_type_propagation.cc651 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
Dgraph_visualizer.cc913 << namer_.GetName(block->GetTryCatchInformation()->GetTryEntry().GetBlock()); in VisitBasicBlock()
Dsuperblock_cloner.cc867 if (block->GetTryCatchInformation() != nullptr) { in IsSubgraphClonable()
Dinstruction_builder.cc179 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()
254 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
Dloop_optimization.cc669 if (block->GetTryCatchInformation() != nullptr) { in CalculateAndSetTryCatchKind()
Dnodes.h1427 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function