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

  /art/compiler/optimizing/
block_builder.cc 212 static void LinkToCatchBlocks(HTryBoundary* try_boundary,
331 HTryBoundary* try_entry =
332 new (arena_) HTryBoundary(HTryBoundary::BoundaryKind::kEntry, try_block->GetDexPc());
359 HTryBoundary* try_exit =
360 new (arena_) HTryBoundary(HTryBoundary::BoundaryKind::kExit, successor->GetDexPc());
graph_checker.h 70 void VisitTryBoundary(HTryBoundary* try_boundary) OVERRIDE;
graph_checker.cc 41 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary();
201 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry();
215 const HTryBoundary* incoming_try_entry = predecessor->ComputeTryEntryOfSuccessors();
217 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry();
272 void GraphChecker::VisitTryBoundary(HTryBoundary* try_boundary) {
478 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry();
    [all...]
nodes.h 65 class HTryBoundary;
860 explicit TryCatchInformation(const HTryBoundary& try_entry)
875 const HTryBoundary& GetTryEntry() const {
900 const HTryBoundary* try_entry_;
    [all...]
nodes.cc 389 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors();
    [all...]
graph_visualizer.cc 520 void VisitTryBoundary(HTryBoundary* try_boundary) OVERRIDE {
    [all...]
instruction_builder.cc 92 // visited already (from HTryBoundary scoping and reverse post order).
98 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry();
173 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry();
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 278 milliseconds