Searched refs:is_running_on_memory_tool_ (Results 1 – 8 of 8) sorted by relevance
95 DCHECK(!is_running_on_memory_tool_); in AllocObjectWithAllocator()262 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()272 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()288 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()293 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
227 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()628 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()2313 is_running_on_memory_tool_(is_running_on_memory_tool) {} in ZygoteCompactingCollector()2339 const bool is_running_on_memory_tool_; member in art::gc::FINAL2354 if (is_running_on_memory_tool_) { in AddBin()2450 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
1276 const bool is_running_on_memory_tool_; variable
27 return kCheckZeroMemory && !is_running_on_memory_tool_; in ShouldCheckZeroMemory()
60 is_running_on_memory_tool_(running_on_memory_tool) { in RosAlloc()118 if (is_running_on_memory_tool_) { in ~RosAlloc()1757 size_t memory_tool_modifier = is_running_on_memory_tool_ ? in Verify()1798 if (is_running_on_memory_tool_) { in Verify()1871 run->Verify(self, this, is_running_on_memory_tool_); in Verify()
768 bool is_running_on_memory_tool_; variable
543 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()779 const bool is_running_on_memory_tool_; variable
193 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL), in Runtime()