/art/runtime/native/ |
D | java_lang_StringFactory.cc | 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() 58 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() 73 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 | java_lang_Class.cc | 463 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
|
D | dalvik_system_VMRuntime.cc | 112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
|
/art/runtime/mirror/ |
D | string.cc | 84 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() 98 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() 117 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
|
D | array.cc | 53 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in RecursiveCreateMultiArray() 135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
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() 318 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in TEST_F()
|
D | object_array-inl.h | 55 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc() 255 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | array-inl.h | 209 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in Alloc()
|
D | class-inl.h | 612 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 93 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCode() 113 heap->GetCurrentAllocator()); in CheckAndAllocArrayFromCodeInstrumented()
|
D | entrypoint_utils-inl.h | 153 return klass->Alloc<kInstrumented>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObjectFromCode() 174 return klass->Alloc<kInstrumented, false>(self, heap->GetCurrentAllocator()); in AllocObjectFromCodeResolved() 245 heap->GetCurrentAllocator()); in AllocArrayFromCode()
|
/art/runtime/gc/ |
D | heap-inl.h | 111 bool is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator() 115 bool after_is_current_allocator = allocator == GetCurrentAllocator(); in AllocObjectWithAllocator()
|
D | heap.h | 196 GetCurrentAllocator(), in AllocObject() 215 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() function
|
D | heap.cc | 1501 bool was_default_allocator = allocator == GetCurrentAllocator(); in AllocateInternalWithGc() 1514 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc() 1528 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc() 1547 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc() 1576 if (was_default_allocator && allocator != GetCurrentAllocator()) { in AllocateInternalWithGc()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 804 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars() 819 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString() 836 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring() 861 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray() 978 self, array_class, length, runtime->GetHeap()->GetCurrentAllocator()); in UnstartedJNIArrayCreateObjectArray()
|
D | interpreter_goto_table_impl.cc | 517 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl() 523 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl() 547 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 421 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() 427 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl() 452 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in ExecuteSwitchImpl()
|
D | interpreter_common.cc | 729 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
|
/art/runtime/ |
D | class_linker-inl.h | 160 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in AllocObject()
|
D | transaction_test.cc | 158 Runtime::Current()->GetHeap()->GetCurrentAllocator()))); in TEST_F()
|
D | jni_internal.cc | 595 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject()
|
D | debugger.cc | 1378 heap->GetCurrentAllocator()); in CreateArrayObject()
|