Home
last modified time | relevance | path

Searched refs:kDebugDumpCFG (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dpass_driver_me.h113 bool should_dump = ((c_unit->enable_debug & (1 << kDebugDumpCFG)) != 0); in RunPass()
124 if ((c_unit->enable_debug& (1 << kDebugDumpCFG)) != 0) { in RunPass()
Dfrontend.h63 kDebugDumpCFG, enumerator
Dmir_graph.cc841 if (cu_->enable_debug & (1 << kDebugDumpCFG)) { in InlineMethod()