Home
last modified time | relevance | path

Searched refs:kRunningOnMemoryTool (Results 1 – 13 of 13) sorted by relevance

/art/libartbase/base/
Dmemory_tool.h49 constexpr bool kRunningOnMemoryTool = true; variable
61 constexpr bool kRunningOnMemoryTool = false;
Dmalloc_arena_pool.cc56 if (kRunningOnMemoryTool) { in MallocArena()
69 if (overallocation != 0u && kRunningOnMemoryTool) { in ~MallocArena()
135 if (kRunningOnMemoryTool) { in FreeArenaChain()
Dcommon_art_test.h333 if (kRunningOnMemoryTool) { \
344 if (kRunningOnMemoryTool && kPoisonHeapReferences) { \
Dscoped_arena_containers.h245 if (kRunningOnMemoryTool) { in ProtectMemory()
Dmem_map.cc563 if (kRunningOnMemoryTool && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
/art/runtime/base/
Dmem_map_arena_pool.cc150 if (kRunningOnMemoryTool) { in FreeArenaChain()
Dgc_visited_arena_pool.cc340 if (kRunningOnMemoryTool) { in FreeArenaChain()
/art/runtime/gc/space/
Drosalloc_space.cc455 add_redzones = kRunningOnMemoryTool && kMemoryToolAddsRedzones; in AllocationSizeNonvirtual()
460 DCHECK(!kRunningOnMemoryTool); in AllocationSizeNonvirtual()
Drosalloc_space.h182 base, morecore_start, initial_size, maximum_size, low_memory_mode, kRunningOnMemoryTool); in CreateAllocator()
/art/runtime/
Dcommon_runtime_test.h302 if (kRunningOnMemoryTool && kPoisonHeapReferences && !gUseReadBarrier) { \
Druntime.cc283 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()
/art/dex2oat/
Ddex2oat.cc558 if (!kIsDebugBuild && !(kRunningOnMemoryTool && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()
3203 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && !art::kRunningOnMemoryTool) { in main()
/art/runtime/jit/
Djit.cc265 if (!kRunningOnMemoryTool) { in DeleteThreadPool()