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 202 static void LinkToCatchBlocks(HTryBoundary* try_boundary,
319 HTryBoundary* try_entry =
320 new (arena_) HTryBoundary(HTryBoundary::BoundaryKind::kEntry, try_block->GetDexPc());
345 HTryBoundary* try_exit =
346 new (arena_) HTryBoundary(HTryBoundary::BoundaryKind::kExit, successor->GetDexPc());
graph_checker.h 70 void VisitTryBoundary(HTryBoundary* try_boundary) OVERRIDE;
graph_checker.cc 39 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary();
199 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry();
213 const HTryBoundary* incoming_try_entry = predecessor->ComputeTryEntryOfSuccessors();
215 const HTryBoundary& stored_try_entry = block->GetTryCatchInformation()->GetTryEntry();
270 void GraphChecker::VisitTryBoundary(HTryBoundary* try_boundary) {
470 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry();
    [all...]
nodes.cc 394 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors();
    [all...]
nodes.h 58 class HTryBoundary;
759 explicit TryCatchInformation(const HTryBoundary& try_entry)
774 const HTryBoundary& GetTryEntry() const {
799 const HTryBoundary* try_entry_;
    [all...]
graph_visualizer.cc 466 void VisitTryBoundary(HTryBoundary* try_boundary) OVERRIDE {
instruction_builder.cc 79 // visited already (from HTryBoundary scoping and reverse post order).
86 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry();
161 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry();
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 80 milliseconds