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

  /art/runtime/native/
java_lang_reflect_Array.cc 64 runtime->GetHeap()->GetCurrentAllocator());
dalvik_system_VMRuntime.cc 101 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
  /art/runtime/mirror/
array.cc 52 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
object_array-inl.h 50 Runtime::Current()->GetHeap()->GetCurrentAllocator());
251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
object_test.cc 170 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
176 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
182 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
193 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true)));
199 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true));
205 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true));
211 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true));
282 Runtime::Current()->GetHeap()->GetCurrentAllocator());
array-inl.h 175 Runtime::Current()->GetHeap()->GetCurrentAllocator());
class-inl.h 571 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
  /art/runtime/gc/
heap-inl.h 91 bool is_current_allocator = allocator == GetCurrentAllocator();
95 bool after_is_current_allocator = allocator == GetCurrentAllocator();
heap.h 179 GetCurrentAllocator(),
198 AllocatorType GetCurrentAllocator() const {
    [all...]
heap.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 94 heap->GetCurrentAllocator());
113 heap->GetCurrentAllocator());
entrypoint_utils-inl.h 133 return klass->Alloc<kInstrumented>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
155 return klass->Alloc<kInstrumented, false>(self, heap->GetCurrentAllocator());
227 heap->GetCurrentAllocator());
  /art/runtime/
class_linker-inl.h 194 kMoveFieldArrays ? heap->GetCurrentAllocator() : heap->GetCurrentNonMovingAllocator());
transaction_test.cc 93 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
debugger.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 38 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
interpreter_goto_table_impl.cc 540 runtime->GetHeap()->GetCurrentAllocator());
562 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
interpreter_common.cc 696 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
interpreter_switch_impl.cc 453 runtime->GetHeap()->GetCurrentAllocator());
476 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]

Completed in 482 milliseconds