/art/runtime/native/ |
D | java_lang_StringFactory.cc | 46 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()
|
D | java_lang_reflect_Array.cc | 66 soa.Self(), array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
|
D | java_lang_String.cc | 77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
|
D | dalvik_system_VMRuntime.cc | 112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
|
D | java_lang_Class.cc | 622 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
|
/art/runtime/mirror/ |
D | array.cc | 53 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in RecursiveCreateMultiArray() 135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | string.cc | 85 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()
|
D | object_test.cc | 150 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()
|
D | object_array-inl.h | 55 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc() 258 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | array-inl.h | 208 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
|
D | class-inl.h | 707 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 99 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCode() 119 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCodeInstrumented()
|
D | entrypoint_utils-inl.h | 187 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/ |
D | mterp.cc | 328 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/ |
D | class_linker-inl.h | 192 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
|
D | transaction_test.cc | 158 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
|
D | debugger.cc | 1290 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject() 1322 heap->GetCurrentAllocator()); in CreateArrayObject()
|
D | dex_file.cc | 2000 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in ProcessAnnotationValue()
|
D | jni_internal.cc | 590 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1085 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()
|
D | interpreter_goto_table_impl.cc | 547 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl() 553 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl() 577 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 490 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() 496 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl() 521 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
|
D | interpreter_common.cc | 860 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
|
/art/runtime/gc/ |
D | heap.cc | 1692 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()
|
D | heap.h | 200 self, klass, num_bytes, GetCurrentAllocator(), pre_fence_visitor); in AllocObject() 225 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
|