Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_flags.h48 kDebugSlowFieldPath, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc903 if (cu->enable_debug & (1 << kDebugSlowFieldPath)) { in GenInlineIGet()
952 if (cu->enable_debug & (1 << kDebugSlowFieldPath)) { in GenInlineIPut()
Dralloc_util.cc1249 if (fast && (cu_->enable_debug & (1 << kDebugSlowFieldPath)) == 0) { in AnalyzeMIR()
Dgen_common.cc50 return (cu->enable_debug & (1 << kDebugSlowFieldPath)) != 0; in ForceSlowFieldPath()