Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils_test.cc39 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
53 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
75 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
100 if (!(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in TEST_F()
Dcommon_runtime_test.h318 if (RUNNING_ON_MEMORY_TOOL > 0) { \
324 if (RUNNING_ON_MEMORY_TOOL > 0 && kMemoryToolIsValgrind) { \
330 if (RUNNING_ON_MEMORY_TOOL > 0 && !kMemoryToolIsValgrind) { \
Dnative_stack_dump.cc293 if (RUNNING_ON_MEMORY_TOOL != 0) { in DumpNativeStack()
Dmem_map_test.cc475 if (RUNNING_ON_MEMORY_TOOL == 0) { in TEST_F()
Dmem_map.cc527 if (RUNNING_ON_MEMORY_TOOL && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
Druntime.cc247 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL), in Runtime()
1373 implicit_so_checks_ = !(RUNNING_ON_MEMORY_TOOL && kMemoryToolIsValgrind); in Init()
Dthread.cc1124 RUNNING_ON_MEMORY_TOOL != 0; in InitStackHwm()
/art/libartbase/base/
Dmemory_tool.h47 #define RUNNING_ON_MEMORY_TOOL 1U macro
62 #define RUNNING_ON_MEMORY_TOOL RUNNING_ON_VALGRIND macro
/art/runtime/base/
Darena_allocator.cc217 if (UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) { in MallocArena()
230 if (overallocation != 0u && UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) { in ~MallocArena()
352 if (UNLIKELY(RUNNING_ON_MEMORY_TOOL > 0)) { in FreeArenaChain()
Dscoped_arena_containers.h231 if (RUNNING_ON_MEMORY_TOOL > 0) { in ProtectMemory()
Darena_allocator.h157 ArenaAllocatorMemoryToolCheckImpl() : is_running_on_valgrind_(RUNNING_ON_MEMORY_TOOL) { } in ArenaAllocatorMemoryToolCheckImpl()
Darena_allocator_test.cc149 if (RUNNING_ON_MEMORY_TOOL != 0) { in TEST_F()
/art/runtime/gc/space/
Drosalloc_space.cc385 add_redzones = RUNNING_ON_MEMORY_TOOL ? kMemoryToolAddsRedzones : 0; in AllocationSizeNonvirtual()
390 DCHECK_EQ(RUNNING_ON_MEMORY_TOOL, 0U); in AllocationSizeNonvirtual()
Drosalloc_space.h163 RUNNING_ON_MEMORY_TOOL != 0); in CreateAllocator()
/art/patchoat/
Dpatchoat.cc617 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Patch()
697 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Verify()
/art/runtime/jit/
Djit.cc348 if (!RUNNING_ON_MEMORY_TOOL) { in DeleteThreadPool()
/art/dex2oat/
Ddex2oat.cc661 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()
3181 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && (RUNNING_ON_MEMORY_TOOL == 0)) { in main()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc868 if (RUNNING_ON_MEMORY_TOOL != 0 && kMemoryToolIsValgrind) { in TEST_F()