Home
last modified time | relevance | path

Searched refs:kRunningOnMemoryTool (Results 1 – 12 of 12) 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.h272 if (kRunningOnMemoryTool) { \
285 if (kRunningOnMemoryTool && kPoisonHeapReferences) { \
Dscoped_arena_containers.h239 if (kRunningOnMemoryTool) { in ProtectMemory()
Dmem_map.cc533 if (kRunningOnMemoryTool && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
/art/runtime/base/
Dmem_map_arena_pool.cc138 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.h247 if (kRunningOnMemoryTool && kPoisonHeapReferences && !kEmitCompilerReadBarrier) { \
Druntime.cc259 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()
/art/runtime/jit/
Djit.cc317 if (!kRunningOnMemoryTool) { in DeleteThreadPool()
/art/dex2oat/
Ddex2oat.cc697 if (!kIsDebugBuild && !(kRunningOnMemoryTool && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()
3032 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && !art::kRunningOnMemoryTool) { in main()