Searched refs:kRunningOnMemoryTool (Results 1 – 11 of 11) sorted by relevance
49 constexpr bool kRunningOnMemoryTool = true; variable61 constexpr bool kRunningOnMemoryTool = false;
56 if (kRunningOnMemoryTool) { in MallocArena()69 if (overallocation != 0u && kRunningOnMemoryTool) { in ~MallocArena()135 if (kRunningOnMemoryTool) { in FreeArenaChain()
272 if (kRunningOnMemoryTool) { \285 if (kRunningOnMemoryTool && kPoisonHeapReferences) { \
239 if (kRunningOnMemoryTool) { in ProtectMemory()
533 if (kRunningOnMemoryTool && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
138 if (kRunningOnMemoryTool) { in FreeArenaChain()
247 if (kRunningOnMemoryTool && kPoisonHeapReferences && !kEmitCompilerReadBarrier) { \
455 add_redzones = kRunningOnMemoryTool && kMemoryToolAddsRedzones; in AllocationSizeNonvirtual()460 DCHECK(!kRunningOnMemoryTool); in AllocationSizeNonvirtual()
182 base, morecore_start, initial_size, maximum_size, low_memory_mode, kRunningOnMemoryTool); in CreateAllocator()
317 if (!kRunningOnMemoryTool) { in DeleteThreadPool()
697 if (!kIsDebugBuild && !(kRunningOnMemoryTool && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()3032 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && !art::kRunningOnMemoryTool) { in main()