Home
last modified time | relevance | path

Searched refs:RUNNING_ON_MEMORY_TOOL (Results 1 – 18 of 18) sorted by relevance

/art/runtime/base/
Dmemory_tool.h47 #define RUNNING_ON_MEMORY_TOOL 1U macro
62 #define RUNNING_ON_MEMORY_TOOL RUNNING_ON_VALGRIND macro
Darena_allocator.cc210 if (UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) { in MallocArena()
223 if (overallocation != 0u && UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) { in ~MallocArena()
345 if (UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) { in FreeArenaChain()
Dscoped_arena_containers.h208 if (RUNNING_ON_MEMORY_TOOL > 0) { in ProtectMemory()
Darena_allocator.h154 ArenaAllocatorMemoryToolCheckImpl() : is_running_on_valgrind_(RUNNING_ON_MEMORY_TOOL) { } in ArenaAllocatorMemoryToolCheckImpl()
Darena_allocator_test.cc147 if (RUNNING_ON_MEMORY_TOOL != 0) { in TEST_F()
/art/runtime/
Dutils_test.cc321 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
335 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
357 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
382 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
Dcommon_runtime_test.h276 if (RUNNING_ON_MEMORY_TOOL > 0) { \
282 if (RUNNING_ON_MEMORY_TOOL > 0 && !kMemoryToolIsValgrind) { \
Dnative_stack_dump.cc289 if (RUNNING_ON_MEMORY_TOOL != 0) { in DumpNativeStack()
Dmem_map_test.cc275 if (RUNNING_ON_MEMORY_TOOL == 0) { in TEST_F()
Dmem_map.cc438 if (RUNNING_ON_MEMORY_TOOL && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
Druntime.cc239 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL), in Runtime()
1246 implicit_so_checks_ = !(RUNNING_ON_MEMORY_TOOL && kMemoryToolIsValgrind); in Init()
Dthread.cc1105 RUNNING_ON_MEMORY_TOOL != 0; in InitStackHwm()
/art/runtime/gc/space/
Drosalloc_space.cc384 add_redzones = RUNNING_ON_MEMORY_TOOL ? kMemoryToolAddsRedzones : 0; in AllocationSizeNonvirtual()
389 DCHECK_EQ(RUNNING_ON_MEMORY_TOOL, 0U); in AllocationSizeNonvirtual()
Drosalloc_space.h163 RUNNING_ON_MEMORY_TOOL != 0); in CreateAllocator()
/art/runtime/jit/
Djit.cc343 if (!RUNNING_ON_MEMORY_TOOL) { in DeleteThreadPool()
/art/patchoat/
Dpatchoat.cc294 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Patch()
/art/dex2oat/
Ddex2oat.cc630 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()
3143 if (!art::kIsDebugBuild && (RUNNING_ON_MEMORY_TOOL == 0)) { in main()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc867 if (RUNNING_ON_MEMORY_TOOL != 0 && kMemoryToolIsValgrind) { in TEST_F()