Searched refs:RUNNING_ON_MEMORY_TOOL (Results 1 – 18 of 18) sorted by relevance
47 #define RUNNING_ON_MEMORY_TOOL 1U macro62 #define RUNNING_ON_MEMORY_TOOL RUNNING_ON_VALGRIND macro
210 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()
208 if (RUNNING_ON_MEMORY_TOOL > 0) { in ProtectMemory()
154 ArenaAllocatorMemoryToolCheckImpl() : is_running_on_valgrind_(RUNNING_ON_MEMORY_TOOL) { } in ArenaAllocatorMemoryToolCheckImpl()
147 if (RUNNING_ON_MEMORY_TOOL != 0) { in TEST_F()
321 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()
276 if (RUNNING_ON_MEMORY_TOOL > 0) { \282 if (RUNNING_ON_MEMORY_TOOL > 0 && !kMemoryToolIsValgrind) { \
289 if (RUNNING_ON_MEMORY_TOOL != 0) { in DumpNativeStack()
275 if (RUNNING_ON_MEMORY_TOOL == 0) { in TEST_F()
438 if (RUNNING_ON_MEMORY_TOOL && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
239 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL), in Runtime()1246 implicit_so_checks_ = !(RUNNING_ON_MEMORY_TOOL && kMemoryToolIsValgrind); in Init()
1105 RUNNING_ON_MEMORY_TOOL != 0; in InitStackHwm()
384 add_redzones = RUNNING_ON_MEMORY_TOOL ? kMemoryToolAddsRedzones : 0; in AllocationSizeNonvirtual()389 DCHECK_EQ(RUNNING_ON_MEMORY_TOOL, 0U); in AllocationSizeNonvirtual()
163 RUNNING_ON_MEMORY_TOOL != 0); in CreateAllocator()
343 if (!RUNNING_ON_MEMORY_TOOL) { in DeleteThreadPool()
294 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Patch()
630 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()3143 if (!art::kIsDebugBuild && (RUNNING_ON_MEMORY_TOOL == 0)) { in main()
867 if (RUNNING_ON_MEMORY_TOOL != 0 && kMemoryToolIsValgrind) { in TEST_F()