Searched refs:RUNNING_ON_MEMORY_TOOL (Results 1 – 18 of 18) sorted by relevance
39 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()
318 if (RUNNING_ON_MEMORY_TOOL > 0) { \324 if (RUNNING_ON_MEMORY_TOOL > 0 && kMemoryToolIsValgrind) { \330 if (RUNNING_ON_MEMORY_TOOL > 0 && !kMemoryToolIsValgrind) { \
293 if (RUNNING_ON_MEMORY_TOOL != 0) { in DumpNativeStack()
475 if (RUNNING_ON_MEMORY_TOOL == 0) { in TEST_F()
527 if (RUNNING_ON_MEMORY_TOOL && kMemoryToolAddsRedzones && expected_ptr == nullptr) { in MapFileAtAddress()
247 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL), in Runtime()1373 implicit_so_checks_ = !(RUNNING_ON_MEMORY_TOOL && kMemoryToolIsValgrind); in Init()
1124 RUNNING_ON_MEMORY_TOOL != 0; in InitStackHwm()
47 #define RUNNING_ON_MEMORY_TOOL 1U macro62 #define RUNNING_ON_MEMORY_TOOL RUNNING_ON_VALGRIND macro
217 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()
231 if (RUNNING_ON_MEMORY_TOOL > 0) { in ProtectMemory()
157 ArenaAllocatorMemoryToolCheckImpl() : is_running_on_valgrind_(RUNNING_ON_MEMORY_TOOL) { } in ArenaAllocatorMemoryToolCheckImpl()
149 if (RUNNING_ON_MEMORY_TOOL != 0) { in TEST_F()
385 add_redzones = RUNNING_ON_MEMORY_TOOL ? kMemoryToolAddsRedzones : 0; in AllocationSizeNonvirtual()390 DCHECK_EQ(RUNNING_ON_MEMORY_TOOL, 0U); in AllocationSizeNonvirtual()
163 RUNNING_ON_MEMORY_TOOL != 0); in CreateAllocator()
617 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Patch()697 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in Verify()
348 if (!RUNNING_ON_MEMORY_TOOL) { in DeleteThreadPool()
661 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) { in ~Dex2Oat()3181 if (!art::kIsDebugBuild && !art::kIsPGOInstrumentation && (RUNNING_ON_MEMORY_TOOL == 0)) { in main()
868 if (RUNNING_ON_MEMORY_TOOL != 0 && kMemoryToolIsValgrind) { in TEST_F()