Searched defs:kCompilerDebugFlags (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dquick_compiler.cc591 static uint32_t kCompilerDebugFlags = 0 | // Enable debug/testing modes member in namespace:art
664 cu.enable_debug = kCompilerDebugFlags;
695 if (kCompilerDebugFlags & (1 << kDebugCountOpcodes)) {
735 if (kCompilerDebugFlags & (1 << kDebugCountOpcodes)) {

Completed in 32 milliseconds