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

  /art/compiler/optimizing/
block_builder.cc 331 HTryBoundary* try_entry = local
333 try_block->CreateImmediateDominator()->AddInstruction(try_entry);
334 LinkToCatchBlocks(try_entry, code_item_, try_item, catch_blocks);
graph_checker.cc 201 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); local
205 try_entry.DebugName(),
206 try_entry.GetId()));
    [all...]
instruction_builder.cc 98 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); local
99 if (try_entry.HasExceptionHandler(*current_block_)) {
173 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); local
174 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) {
    [all...]
nodes.cc 389 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); local
390 if (try_entry != nullptr &&
392 try_entry != &block->GetTryCatchInformation()->GetTryEntry())) {
395 block->SetTryCatchInformation(new (arena_) TryCatchInformation(*try_entry));
    [all...]

Completed in 401 milliseconds