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.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.h1512 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.h668 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()
1151 const bool is_running_on_memory_tool_; variable
Druntime.cc263 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()