Home
last modified time | relevance | path

Searched refs:IsRunningOnMemoryTool (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Darena_allocator.h154 bool IsRunningOnMemoryTool() { return kMemoryToolIsAvailable; } in IsRunningOnMemoryTool() function
157 if (UNLIKELY(IsRunningOnMemoryTool())) { in MakeDefined()
162 if (UNLIKELY(IsRunningOnMemoryTool())) { in MakeUndefined()
167 if (UNLIKELY(IsRunningOnMemoryTool())) { in MakeInaccessible()
259 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
269 if (UNLIKELY(IsRunningOnMemoryTool())) {
287 if (UNLIKELY(IsRunningOnMemoryTool())) {
317 DCHECK(!IsRunningOnMemoryTool() || ptr_ == nullptr);
Dscoped_arena_allocator.h50 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
98 if (UNLIKELY(IsRunningOnMemoryTool())) { in Alloc()
/art/compiler/utils/
Dassembler.cc48 if (allocator_->IsRunningOnMemoryTool()) { in ~AssemblerBuffer()
/art/runtime/gc/space/
Drosalloc_space.cc81 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool(); in CreateFromMemMap()
232 if (Runtime::Current()->IsRunningOnMemoryTool()) { in CreateInstance()
439 Runtime::Current()->IsRunningOnMemoryTool()); in Clear()
Ddlmalloc_space.cc86 if (Runtime::Current()->IsRunningOnMemoryTool()) { in CreateFromMemMap()
200 if (Runtime::Current()->IsRunningOnMemoryTool()) { in CreateInstance()
Dlarge_object_space.cc129 if (Runtime::Current()->IsRunningOnMemoryTool()) { in Create()
/art/runtime/gc/accounting/
Dspace_bitmap.cc178 if (Runtime::Current()->IsRunningOnMemoryTool()) { in SweepWalk()
/art/runtime/
Druntime.h681 bool IsRunningOnMemoryTool() const { in IsRunningOnMemoryTool() function
/art/runtime/gc/
Dheap.cc367 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()