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()
327 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()
338 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
358 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) { in TryToAllocate()
366 DCHECK(!is_running_on_memory_tool_); in TryToAllocate()
Dheap.cc402 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()
864 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()
2362 is_running_on_memory_tool_(is_running_on_memory_tool) {} in ZygoteCompactingCollector()
2389 const bool is_running_on_memory_tool_; member in art::gc::ZygoteCompactingCollector
2392 if (is_running_on_memory_tool_) { in AddBin()
2513 ZygoteCompactingCollector zygote_collector(this, is_running_on_memory_tool_); in PreZygoteFork()
Dheap.h1646 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()
1750 size_t memory_tool_modifier = is_running_on_memory_tool_ ? in Verify()
1791 if (is_running_on_memory_tool_) { in Verify()
1862 run->Verify(self, this, is_running_on_memory_tool_); in Verify()
Drosalloc.h770 bool is_running_on_memory_tool_; variable
/art/runtime/
Druntime.h734 return is_running_on_memory_tool_; in IsRunningOnMemoryTool()
1327 const bool is_running_on_memory_tool_; variable
Druntime.cc283 is_running_on_memory_tool_(kRunningOnMemoryTool), in Runtime()