Searched refs:is_running_on_memory_tool_ (Results 1 – 8 of 8) sorted by relevance
134 DCHECK(!is_running_on_memory_tool_); in AllocObjectWithAllocator()327 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()338 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()358 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()366 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
402 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()864 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()2362 is_running_on_memory_tool_(is_running_on_memory_tool) {} in ZygoteCompactingCollector()2389 const bool is_running_on_memory_tool_; member in art::gc::ZygoteCompactingCollector2392 if (is_running_on_memory_tool_) { in AddBin()2513 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
1646 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()1750 size_t memory_tool_modifier = is_running_on_memory_tool_ ? in Verify()1791 if (is_running_on_memory_tool_) { in Verify()1862 run->Verify(self, this, is_running_on_memory_tool_); in Verify()
770 bool is_running_on_memory_tool_; variable
734 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()1327 const bool is_running_on_memory_tool_; variable
283 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()