Home
last modified time | relevance | path

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

/art/libartbase/base/
Dglobals.h55 static constexpr bool kIsPGOInstrumentation = true; variable
57 static constexpr bool kIsPGOInstrumentation = false; variable
/art/dex2oat/
Ddex2oat.cc3314 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && !art::kRunningOnMemoryTool) { in main()