Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc219 if (instruction->CanThrow() && target_block->GetTryCatchInformation() != nullptr) { in FindIdealPosition()
Dgraph_checker.cc243 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
259 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
520 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
Dblock_builder.cc321 TryCatchInformation* info = existing->second->GetTryCatchInformation(); in InsertTryBoundaryBlocks()
Dscheduler.cc769 if (block->GetTryCatchInformation() != nullptr) { in IsSchedulable()
Dnodes.cc551 (block->GetTryCatchInformation() == nullptr || in ComputeTryBlockInformation()
552 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()
2418 ? reference->GetTryCatchInformation() in UpdateLoopAndTryInformationOfNewBlock()
2527 DCHECK(current->GetTryCatchInformation() == nullptr); in InlineInto()
Dreference_type_propagation.cc660 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation(); in VisitLoadException()
Dinstruction_builder.cc141 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()
216 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
Dnodes.h1353 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation() function