Home
last modified time | relevance | path

Searched refs:is_running_on_memory_tool_ (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/
Dheap-inl.h101 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()
Dheap.cc286 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::ZygoteCompactingCollector
2369 if (is_running_on_memory_tool_) { in AddBin()
2462 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
Dheap.h1465 const bool is_running_on_memory_tool_; variable
/art/runtime/gc/allocator/
Drosalloc-inl.h27 return kCheckZeroMemory && !is_running_on_memory_tool_; in ShouldCheckZeroMemory()
Drosalloc.cc65 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()
Drosalloc.h771 bool is_running_on_memory_tool_; variable
/art/runtime/
Druntime.h625 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()
1042 const bool is_running_on_memory_tool_; variable