Home
last modified time | relevance | path

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

/art/libartbase/base/
Darena_allocator.h153 bool IsRunningOnMemoryTool() { return kMemoryToolIsAvailable; } in IsRunningOnMemoryTool() function
156 if (UNLIKELY(IsRunningOnMemoryTool())) { in MakeDefined()
161 if (UNLIKELY(IsRunningOnMemoryTool())) { in MakeUndefined()
166 if (UNLIKELY(IsRunningOnMemoryTool())) { in MakeInaccessible()
258 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
268 if (UNLIKELY(IsRunningOnMemoryTool())) {
286 if (UNLIKELY(IsRunningOnMemoryTool())) {
316 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.h663 bool IsRunningOnMemoryTool() const { in IsRunningOnMemoryTool() function
/art/runtime/gc/
Dheap.cc330 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()), in Heap()