Home
last modified time | relevance | path

Searched refs:DfsOrdersUpToDate (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dpost_opt_passes.h105 return !c_unit->mir_graph->DfsOrdersUpToDate(); in Gate()
Dbb_optimizations.h418 down_cast<PassMEDataHolder*>(data)->dirty = !c_unit->mir_graph->DfsOrdersUpToDate(); in End()
Dmir_graph.h1246 bool DfsOrdersUpToDate() const { in DfsOrdersUpToDate() function
Dmir_graph.cc894 DCHECK(!DfsOrdersUpToDate()); in InlineMethod()