Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc48 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes()
65 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars()
82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
Djava_lang_reflect_Array.cc73 runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
Djava_lang_String.cc82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
Ddalvik_system_VMRuntime.cc125 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
Djava_lang_Class.cc708 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
/art/runtime/mirror/
Darray.cc54 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in RecursiveCreateMultiArray()
136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Dstring.cc104 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace()
140 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings()
176 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16()
213 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
Dobject_test.cc159 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
165 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
171 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
182 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
188 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
194 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
200 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
Dobject_array-inl.h63 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray-inl.h229 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
Dclass-inl.h758 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h196 Runtime::Current()->GetHeap()->GetCurrentAllocator()).Ptr(); in AllocObjectFromCode()
219 return klass->Alloc</*kInstrumented*/true, false>(self, heap->GetCurrentAllocator()).Ptr(); in AllocObjectFromCodeResolved()
294 heap->GetCurrentAllocator()); in AllocArrayFromCode()
/art/runtime/interpreter/mterp/
Dmterp.cc394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
399 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()
481 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewArray()
/art/runtime/gc/
Dheap.cc1582 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc()
1593 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1609 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1629 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1659 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1677 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1726 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
4060 const AllocatorType allocator_type = GetCurrentAllocator(); in AllocWithNewTLAB()
Dheap.h209 GetCurrentAllocator(), in AllocObject()
242 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
/art/runtime/interpreter/
Dunstarted_runtime.cc1310 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars()
1325 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString()
1342 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring()
1645 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray()
1783 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
Dinterpreter_switch_impl.cc576 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl()
582 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
610 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
Dinterpreter_common.cc1207 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
/art/runtime/
Dtransaction_test.cc159 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
Ddex_file_annotations.cc577 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in ProcessAnnotationValue()
Ddebugger.cc1310 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject()
1341 heap->GetCurrentAllocator()); in CreateArrayObject()
Djni_internal.cc691 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()