HomeSort by relevance Sort by last modified time
    Searched refs:IsRunningOnMemoryTool (Results 1 - 9 of 9) sorted by null

  /art/libartbase/base/
arena_allocator.h 153 bool IsRunningOnMemoryTool() { return kMemoryToolIsAvailable; }
156 if (UNLIKELY(IsRunningOnMemoryTool())) {
161 if (UNLIKELY(IsRunningOnMemoryTool())) {
166 if (UNLIKELY(IsRunningOnMemoryTool())) {
258 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
268 if (UNLIKELY(IsRunningOnMemoryTool())) {
286 if (UNLIKELY(IsRunningOnMemoryTool())) {
316 DCHECK(!IsRunningOnMemoryTool() || ptr_ == nullptr);
scoped_arena_allocator.h 50 using ArenaAllocatorMemoryTool::IsRunningOnMemoryTool;
96 if (UNLIKELY(IsRunningOnMemoryTool())) {
  /art/compiler/utils/
assembler.cc 48 if (allocator_->IsRunningOnMemoryTool()) {
  /art/runtime/gc/space/
rosalloc_space.cc 81 bool running_on_memory_tool = Runtime::Current()->IsRunningOnMemoryTool();
232 if (Runtime::Current()->IsRunningOnMemoryTool()) {
439 Runtime::Current()->IsRunningOnMemoryTool());
dlmalloc_space.cc 86 if (Runtime::Current()->IsRunningOnMemoryTool()) {
200 if (Runtime::Current()->IsRunningOnMemoryTool()) {
large_object_space.cc 128 if (Runtime::Current()->IsRunningOnMemoryTool()) {
  /art/runtime/gc/accounting/
space_bitmap.cc 179 if (Runtime::Current()->IsRunningOnMemoryTool()) {
  /art/runtime/
runtime.h 624 bool IsRunningOnMemoryTool() const {
    [all...]
  /art/runtime/gc/
heap.cc 286 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
    [all...]

Completed in 101 milliseconds