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.h134 DCHECK(!is_running_on_memory_tool_); in AllocObjectWithAllocator()
324 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()
335 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
355 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()
363 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
Dheap.cc367 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()
798 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()
2194 is_running_on_memory_tool_(is_running_on_memory_tool) {} in ZygoteCompactingCollector()
2221 const bool is_running_on_memory_tool_; member in art::gc::ZygoteCompactingCollector
2224 if (is_running_on_memory_tool_) { in AddBin()
2337 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
Dheap.h1559 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.h682 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()
1222 const bool is_running_on_memory_tool_; variable
Druntime.cc269 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()