Home
last modified time | relevance | path

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

/art/libartbase/base/
Dglobals.h66 static constexpr bool kIsPGOInstrumentation = true; variable
68 static constexpr bool kIsPGOInstrumentation = false; variable
/art/dex2oat/
Ddex2oat.cc3181 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && (RUNNING_ON_MEMORY_TOOL == 0)) { in main()