Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc201 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
217 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock()
471 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction()
Dnodes.cc392 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) { in ComputeTryBlockInformation()
1572 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()
1576 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()
Dinstruction_builder.cc97 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals()
172 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks()
Dnodes.h867 const HTryBoundary& GetTryEntry() const { in GetTryEntry() function