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

  /art/compiler/dex/
mir_graph.h 705 DCHECK(topological_order_loop_head_stack_ != nullptr);
706 return topological_order_loop_head_stack_;
1161 GrowableArray<std::pair<uint16_t, bool>>* topological_order_loop_head_stack_; member in class:art::MIRGraph
    [all...]
mir_graph.cc 90 topological_order_loop_head_stack_(nullptr),
    [all...]

Completed in 445 milliseconds