HomeSort by relevance Sort by last modified time
    Searched refs:try_entry (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
block_builder.cc 357 HTryBoundary* try_entry = new (allocator_) HTryBoundary( local
359 try_block->CreateImmediateDominator()->AddInstruction(try_entry);
360 LinkToCatchBlocks(try_entry, code_item_accessor_, try_item, catch_blocks);
graph_checker.cc 213 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); local
217 try_entry.DebugName(),
218 try_entry.GetId()));
    [all...]
instruction_builder.cc 141 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); local
142 if (try_entry.HasExceptionHandler(*current_block_)) {
216 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); local
217 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) {
    [all...]
nodes.cc 547 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); local
548 if (try_entry != nullptr &&
550 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) {
553 block->SetTryCatchInformation(new (allocator_) TryCatchInformation(*try_entry));
    [all...]
nodes.h 891 explicit TryCatchInformation(const HTryBoundary& try_entry)
892 : try_entry_(&try_entry),
    [all...]

Completed in 101 milliseconds