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.h95 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()
Dheap.cc227 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::FINAL
2354 if (is_running_on_memory_tool_) { in AddBin()
2450 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
Dheap.h1276 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.cc60 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()
Drosalloc.h768 bool is_running_on_memory_tool_; variable
/art/runtime/
Druntime.h543 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()
779 const bool is_running_on_memory_tool_; variable
Druntime.cc193 is_running_on_memory_tool_(RUNNING_ON_MEMORY_TOOL), in Runtime()