Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmemory_tool.h37 constexpr bool kMemoryToolIsAvailable = true; variable
42 constexpr bool kMemoryToolIsAvailable = false;
62 constexpr bool kMemoryToolIsAvailable = false;
Darena_allocator.h153 bool IsRunningOnMemoryTool() { return kMemoryToolIsAvailable; } in IsRunningOnMemoryTool()
/art/runtime/
Dthread.cc691 if (kMemoryToolIsAvailable) { in FixStackSize()
Dclass_linker.cc1184 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()