Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc78 static constexpr bool kTimeCompileMethod = !kIsDebugBuild; variable
575 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; in CompileMethod()
641 if (kTimeCompileMethod) { in CompileMethod()