Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc352 HTryBoundary* try_entry = new (allocator_) HTryBoundary( in InsertTryBoundaryBlocks() local
Dcode_sinking.cc261 const HTryBoundary& try_entry = in FindIdealPosition() local
Ddead_code_elimination.cc641 void HDeadCodeElimination::RemoveTry(HBasicBlock* try_entry, in RemoveTry()
Dgraph_checker.cc369 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock() local
Dinstruction_builder.cc180 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals() local
255 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks() local
Dnodes.cc605 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); in ComputeTryBlockInformation() local
Dnodes.h1047 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation()