/art/runtime/gc/ |
D | allocator_type.h | 26 enum AllocatorType { enum 36 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs); 38 inline constexpr bool IsTLABAllocator(AllocatorType allocator) { in IsTLABAllocator()
|
D | heap.h | 234 AllocatorType allocator, 242 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() 246 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator() 267 void ChangeAllocator(AllocatorType allocator) 851 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 858 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC() 900 AllocatorType allocator, 925 AllocatorType allocator_type, 940 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) 943 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, [all …]
|
D | heap-inl.h | 47 AllocatorType allocator, in AllocObjectWithAllocator() 247 AllocatorType allocator_type, in TryToAllocate() 391 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
|
D | heap.cc | 713 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() 1211 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() 1575 AllocatorType allocator, in AllocateInternalWithGc() 4060 const AllocatorType allocator_type = GetCurrentAllocator(); in AllocWithNewTLAB()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 53 gc::AllocatorType allocator_type) 61 gc::AllocatorType allocator_type) 70 gc::AllocatorType allocator_type) 92 gc::AllocatorType allocator_type) 100 gc::AllocatorType allocator_type)
|
D | entrypoint_utils-inl.h | 186 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 207 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 230 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 280 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 305 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 48 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()
|
D | java_lang_String.cc | 82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
|
D | dalvik_system_VMRuntime.cc | 98 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray() 125 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
|
D | java_lang_Class.cc | 708 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
|
/art/runtime/mirror/ |
D | string.h | 107 gc::AllocatorType allocator_type) 113 gc::AllocatorType allocator_type) 119 gc::AllocatorType allocator_type) 124 gc::AllocatorType allocator_type) 251 gc::AllocatorType allocator_type,
|
D | string-inl.h | 205 gc::AllocatorType allocator_type, in Alloc() 243 inline String* String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() 252 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() 266 gc::AllocatorType allocator_type) { in AllocFromCharArray() 279 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
|
D | string.cc | 104 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()
|
D | object_array.h | 37 gc::AllocatorType allocator_type)
|
D | array.cc | 136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | object_array-inl.h | 42 int32_t length, gc::AllocatorType allocator_type) { in Alloc() 355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | array.h | 45 gc::AllocatorType allocator_type)
|
D | array-inl.h | 159 gc::AllocatorType allocator_type) { in Alloc()
|
D | class-inl.h | 733 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
D | class.h | 552 ALWAYS_INLINE ObjPtr<Object> Alloc(Thread* self, gc::AllocatorType allocator_type)
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.h | 35 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
|
D | quick_alloc_entrypoints.cc | 35 gc::AllocatorType allocator_type> 192 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc; 194 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) { in SetQuickAllocEntryPointsAllocator()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1310 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()
|
D | interpreter_switch_impl.cc | 576 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
|