Home
last modified time | relevance | path

Searched refs:GetTryEntry (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
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()
Dnodes.cc552 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()
1950 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
1954 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()
Dinstruction_builder.cc141 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()
216 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
Dnodes.h999 const HTryBoundary& GetTryEntry() const { in GetTryEntry() function