Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_flags.h47 kDebugDumpCFG, enumerator
Dpass_driver_me.h128 bool should_dump = (c_unit->enable_debug & (1 << kDebugDumpCFG)) != 0; in RunPass()
138 if ((c_unit->enable_debug& (1 << kDebugDumpCFG)) != 0) { in RunPass()
Dmir_graph.cc882 if (cu_->enable_debug & (1 << kDebugDumpCFG)) { in InlineMethod()