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

  /art/compiler/dex/
mir_graph_test.cc 116 ASSERT_FALSE(cu_.mir_graph->topological_order_.empty());
121 ASSERT_LT(cu_.mir_graph->topological_order_[i], cu_.mir_graph->GetNumBlocks());
122 BasicBlockId id = cu_.mir_graph->topological_order_[i];
mir_graph.h 756 DCHECK(!topological_order_.empty());
757 return topological_order_;
771 DCHECK(!topological_order_.empty()); // Checking the main array, not the stack.
1382 ArenaVector<BasicBlockId> topological_order_; member in class:art::MIRGraph
    [all...]
mir_graph.cc 104 topological_order_(arena->Adapter(kArenaAllocTopologicalSortOrder)),
    [all...]

Completed in 397 milliseconds