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

  /art/compiler/optimizing/
block_builder.cc 319 HTryBoundary* try_entry = local
321 try_block->CreateImmediateDominator()->AddInstruction(try_entry);
322 LinkToCatchBlocks(try_entry, code_item_, entry.second, catch_blocks);
graph_checker.cc 199 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); local
203 try_entry.DebugName(),
204 try_entry.GetId()));
    [all...]
instruction_builder.cc 86 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()) {
    [all...]
nodes.cc 394 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));
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 1129 Label try_entry, handler_entry, exit; local
1198 Label try_entry, handler_entry, finally_entry; local
    [all...]

Completed in 1106 milliseconds