Home
last modified time | relevance | path

Searched refs:GetCurrentAllocator (Results 1 – 19 of 19) sorted by relevance

/art/runtime/mirror/
Dobject_test.cc170 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
176 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
182 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
193 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true))); in TEST_F()
199 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true)); in TEST_F()
205 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true)); in TEST_F()
211 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true)); in TEST_F()
282 … Runtime::Current()->GetHeap()->GetCurrentAllocator()); in TEST_F()
Darray.cc52 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in RecursiveCreateMultiArray()
Dobject_array-inl.h50 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray-inl.h175 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
Dclass-inl.h571 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
/art/runtime/native/
Djava_lang_reflect_Array.cc64 runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
Ddalvik_system_VMRuntime.cc101 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
/art/runtime/gc/
Dheap-inl.h91 bool is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator()
95 bool after_is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator()
Dheap.h179 GetCurrentAllocator(), in AllocObject()
198 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
Dheap.cc1284 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc()
1297 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
1311 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
1330 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
1359 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
/art/runtime/entrypoints/
Dentrypoint_utils.cc94 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCode()
113 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCodeInstrumented()
Dentrypoint_utils-inl.h133 return klass->Alloc<kInstrumented>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode()
155 return klass->Alloc<kInstrumented, false>(self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved()
227 heap->GetCurrentAllocator()); in AllocArrayFromCode()
/art/runtime/
Dclass_linker-inl.h194 kMoveFieldArrays ? heap->GetCurrentAllocator() : heap->GetCurrentNonMovingAllocator()); in AllocArtFieldArray()
Dtransaction_test.cc93 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
Ddebugger.cc1428 … Runtime::Current()->GetHeap()->GetCurrentAllocator())); in CreateArrayObject()
/art/runtime/interpreter/
Dinterpreter.cc38 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedRuntimeJni()
Dinterpreter_common.cc696 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
Dinterpreter_goto_table_impl.cc540 runtime->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
562 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc453 runtime->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
476 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()