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.h155 bool IsRunningOnMemoryTool() { return kMemoryToolIsAvailable; } in IsRunningOnMemoryTool()
/art/runtime/
Dthread.cc703 if (kMemoryToolIsAvailable) { in FixStackSize()
Dclass_linker.cc1073 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()