Searched refs:GetCurrentAllocator (Results 1 - 22 of 22) sorted by relevance

/art/runtime/native/
H A Djava_lang_StringFactory.cc46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
63 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
80 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
H A Djava_lang_reflect_Array.cc70 runtime->GetHeap()->GetCurrentAllocator());
H A Djava_lang_String.cc79 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
H A Ddalvik_system_VMRuntime.cc123 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
H A Djava_lang_Class.cc706 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
/art/runtime/mirror/
H A Darray.cc54 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
H A Dstring.cc101 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
137 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
173 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
210 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
H A Dobject_test.cc159 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
165 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
171 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
182 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
188 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
194 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
200 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
H A Dobject_array-inl.h63 Runtime::Current()->GetHeap()->GetCurrentAllocator());
355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
H A Darray-inl.h229 Runtime::Current()->GetHeap()->GetCurrentAllocator());
H A Dclass-inl.h762 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h200 Runtime::Current()->GetHeap()->GetCurrentAllocator()).Ptr();
223 return klass->Alloc</*kInstrumented*/true, false>(self, heap->GetCurrentAllocator()).Ptr();
298 heap->GetCurrentAllocator());
/art/runtime/interpreter/mterp/
H A Dmterp.cc394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
399 Runtime::Current()->GetHeap()->GetCurrentAllocator());
481 Runtime::Current()->GetHeap()->GetCurrentAllocator());
/art/runtime/gc/
H A Dheap.cc1664 bool was_default_allocator = allocator == GetCurrentAllocator();
1675 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1691 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1711 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1741 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1759 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
1808 if ((was_default_allocator && allocator != GetCurrentAllocator()) ||
4200 const AllocatorType allocator_type = GetCurrentAllocator();
H A Dheap.h212 GetCurrentAllocator(),
245 AllocatorType GetCurrentAllocator() const { function in class:art::gc::Heap
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1312 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1327 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1344 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1647 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1785 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator());
H A Dinterpreter_switch_impl.cc519 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
525 Runtime::Current()->GetHeap()->GetCurrentAllocator());
553 Runtime::Current()->GetHeap()->GetCurrentAllocator());
H A Dinterpreter_common.cc1157 Runtime::Current()->GetHeap()->GetCurrentAllocator());
/art/runtime/
H A Dtransaction_test.cc159 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
H A Ddex_file_annotations.cc577 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
H A Ddebugger.cc1305 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
1336 heap->GetCurrentAllocator());
H A Djni_internal.cc606 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();

Completed in 247 milliseconds