Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc259 const HTryBoundary& try_entry = in FindIdealPosition() local
Dblock_builder.cc365 HTryBoundary* try_entry = new (allocator_) HTryBoundary( in InsertTryBoundaryBlocks() local
Ddead_code_elimination.cc642 void HDeadCodeElimination::RemoveTry(HBasicBlock* try_entry, in RemoveTry()
Dgraph_checker.cc349 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock() local
Dinstruction_builder.cc179 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals() local
254 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks() local
Dnodes.cc761 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); in ComputeTryBlockInformation() local
Dnodes.h1040 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation()