Home
last modified time | relevance | path

Searched defs:try_entry (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.cc365 HTryBoundary* try_entry = new (allocator_) HTryBoundary( in InsertTryBoundaryBlocks() local
Dgraph_checker.cc243 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock() local
Dinstruction_builder.cc141 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals() local
216 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks() local
Dnodes.cc549 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); in ComputeTryBlockInformation() local
Dnodes.h984 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation()