Home
last modified time | relevance | path

Searched refs:GetTryEntry (Results 1 – 4 of 4) 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 Dnodes.cc726 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()
2222 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
2226 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()
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.h1035 const HTryBoundary& GetTryEntry() const { in GetTryEntry() function