Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h126 DCHECK(!is_running_on_memory_tool_); in AllocObjectWithAllocator()
310 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()
321 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
341 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()
349 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
Dheap.cc330 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()
751 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()
2197 is_running_on_memory_tool_(is_running_on_memory_tool) {} in ZygoteCompactingCollector()
2224 const bool is_running_on_memory_tool_; member in art::gc::ZygoteCompactingCollector
2227 if (is_running_on_memory_tool_) { in AddBin()
2340 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
Dheap.h1519 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.h772 bool is_running_on_memory_tool_; variable
/art/runtime/
Druntime.h664 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()
1147 const bool is_running_on_memory_tool_; variable
Druntime.cc263 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()