/art/runtime/mirror/ |
D | object_array-alloc-inl.h | 60 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc() 70 ? heap->GetCurrentAllocator() in CopyOf()
|
D | array.cc | 56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray() 124 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Alloc() 147 ? heap->GetCurrentAllocator() in CopyOf()
|
D | class-alloc-inl.h | 78 return Alloc(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
|
D | string.cc | 81 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() 118 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoConcat() 158 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() 196 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
|
D | object_test.cc | 159 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F() 180 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() 66 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() 83 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString()
|
D | java_lang_reflect_Array.cc | 73 runtime->GetHeap()->GetCurrentAllocator()); in Array_createObjectArray()
|
D | java_lang_String.cc | 74 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
|
D | dalvik_system_VMRuntime.cc | 143 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
|
D | java_lang_Class.cc | 933 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 182 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode() 206 self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved() 283 heap->GetCurrentAllocator()); in AllocArrayFromCode()
|
/art/runtime/ |
D | transaction_test.cc | 158 Runtime::Current()->GetHeap()->GetCurrentAllocator())); in TEST_F() 666 instance_fields_test_class->Alloc(soa.Self(), heap->GetCurrentAllocator())); in TEST_F() 684 heap->GetCurrentAllocator())); in TEST_F() 692 heap->GetCurrentAllocator())); in TEST_F()
|
D | string_builder_append.cc | 357 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF()
|
D | runtime.cc | 1259 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 367 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() 370 obj = AllocObjectFromCode(c, self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in MterpNewInstance() 456 gc::AllocatorType allocator = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewArray()
|
D | nterp.cc | 571 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject() 682 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
|
/art/runtime/gc/ |
D | heap.h | 247 GetCurrentAllocator(), in AllocObject() 285 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function 295 GetCurrentNonMovingAllocator() : GetCurrentAllocator(); in GetUpdatedAllocator()
|
D | heap.cc | 1804 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc() 1835 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc() 1867 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc() 1893 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc() 1916 if ((was_default_allocator && allocator != GetCurrentAllocator()) || in AllocateInternalWithGc()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1338 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars() 1354 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString() 1371 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring() 1744 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray() 1878 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
|
D | interpreter_switch_impl-inl.h | 682 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE() 704 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in NEW_ARRAY()
|
D | interpreter_common.cc | 1482 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 595 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in ProcessAnnotationValue()
|
/art/dex2oat/ |
D | dex2oat.cc | 453 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in ThreadLocalHashOverride()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1792 driver_->self_, driver_->runtime_->GetHeap()->GetCurrentAllocator())); in CollectAndCreateNewInstances()
|
/art/runtime/jni/ |
D | jni_internal.cc | 846 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()
|