Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc243 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
259 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
525 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
H A Dcode_sinking.cc220 if (instruction->CanThrow() && target_block->GetTryCatchInformation() != nullptr) { in FindIdealPosition()
H A Dblock_builder.cc321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
H A Dscheduler.cc765 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
H A Dnodes.cc725 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()
726 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()
2690 ? reference->GetTryCatchInformation() in UpdateLoopAndTryInformationOfNewBlock()
2802 DCHECK(current->GetTryCatchInformation() == nullptr); in InlineInto()
H A Dreference_type_propagation.cc692 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
H A Dinstruction_builder.cc178 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()
253 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
H A Dnodes.h1393 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function