Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes()
60 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars()
75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
Djava_lang_reflect_Array.cc66 soa.Self(), array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
Djava_lang_String.cc77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
Ddalvik_system_VMRuntime.cc112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
Djava_lang_Class.cc622 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
/art/runtime/mirror/
Darray.cc53 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in RecursiveCreateMultiArray()
135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Dstring.cc85 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings()
99 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16()
123 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
Dobject_test.cc150 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
156 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
162 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
173 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
179 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
185 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
191 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F()
315 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in TEST_F()
Dobject_array-inl.h55 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
258 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray-inl.h208 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
Dclass-inl.h707 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
/art/runtime/entrypoints/
Dentrypoint_utils.cc99 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCode()
119 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCodeInstrumented()
Dentrypoint_utils-inl.h187 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode()
210 return klass->Alloc</*kInstrumented*/true, false>(self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved()
286 heap->GetCurrentAllocator()); in AllocArrayFromCode()
/art/runtime/interpreter/mterp/
Dmterp.cc328 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
334 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance()
409 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewArray()
/art/runtime/
Dclass_linker-inl.h192 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
Dtransaction_test.cc158 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
Ddebugger.cc1290 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject()
1322 heap->GetCurrentAllocator()); in CreateArrayObject()
Ddex_file.cc2000 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in ProcessAnnotationValue()
Djni_internal.cc590 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()
/art/runtime/interpreter/
Dunstarted_runtime.cc1085 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars()
1100 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString()
1117 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring()
1426 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray()
1561 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
Dinterpreter_goto_table_impl.cc547 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl()
553 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
577 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc490 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl()
496 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
521 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
Dinterpreter_common.cc860 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
/art/runtime/gc/
Dheap.cc1692 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc()
1704 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1720 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1740 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1770 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1788 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
1833 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
Dheap.h200 self, klass, num_bytes, GetCurrentAllocator(), pre_fence_visitor); in AllocObject()
225 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function