Searched refs:try_entry (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dblock_builder.cc319 HTryBoundary* try_entry = local
321 try_block->CreateImmediateDominator()->AddInstruction(try_entry);
322 LinkToCatchBlocks(try_entry, code_item_, entry.second, catch_blocks);
H A Dgraph_checker.cc199 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); local
203 try_entry.DebugName(),
204 try_entry.GetId()));
H A Dinstruction_builder.cc86 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); local
87 if (try_entry.HasExceptionHandler(*current_block_)) {
161 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); local
162 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) {
H A Dnodes.cc394 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); local
395 if (try_entry != nullptr &&
397 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) {
400 block->SetTryCatchInformation(new (arena_) TryCatchInformation(*try_entry));
H A Dnodes.h759 explicit TryCatchInformation(const HTryBoundary& try_entry) argument
760 : try_entry_(&try_entry),

Completed in 102 milliseconds