Searched refs:is_running_on_memory_tool_ (Results 1 – 7 of 7) sorted by relevance
101 DCHECK(!is_running_on_memory_tool_); in AllocObjectWithAllocator()277 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()288 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()308 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()316 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
286 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()715 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()2339 is_running_on_memory_tool_(is_running_on_memory_tool) {} in ZygoteCompactingCollector()2366 const bool is_running_on_memory_tool_; member in art::gc::ZygoteCompactingCollector2369 if (is_running_on_memory_tool_) { in AddBin()2462 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
1465 const bool is_running_on_memory_tool_; variable
27 return kCheckZeroMemory && !is_running_on_memory_tool_; in ShouldCheckZeroMemory()
65 is_running_on_memory_tool_(running_on_memory_tool) { in RosAlloc()125 if (is_running_on_memory_tool_) { in ~RosAlloc()1752 size_t memory_tool_modifier = is_running_on_memory_tool_ ? in Verify()1793 if (is_running_on_memory_tool_) { in Verify()1866 run->Verify(self, this, is_running_on_memory_tool_); in Verify()
771 bool is_running_on_memory_tool_; variable
625 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()1042 const bool is_running_on_memory_tool_; variable