/art/runtime/gc/ |
D | allocator_type.h | 27 enum AllocatorType : char { enum 40 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs); 42 inline constexpr bool IsTLABAllocator(AllocatorType allocator) { in IsTLABAllocator()
|
D | heap.h | 272 AllocatorType allocator, 281 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() 285 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator() 321 void ChangeAllocator(AllocatorType allocator) 965 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 972 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC() 1019 AllocatorType allocator, 1045 AllocatorType allocator_type, 1060 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) 1068 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, [all …]
|
D | heap-inl.h | 48 AllocatorType allocator, in AllocObjectWithAllocator() 285 AllocatorType allocator_type, in TryToAllocate() 429 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
|
/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_String.cc | 75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
|
D | dalvik_system_VMRuntime.cc | 122 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray() 149 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 56 gc::AllocatorType allocator_type) 65 gc::AllocatorType allocator_type) 74 gc::AllocatorType allocator_type) 96 gc::AllocatorType allocator_type) 105 gc::AllocatorType allocator_type)
|
D | entrypoint_utils-inl.h | 172 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 193 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 218 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 269 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 297 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
/art/runtime/mirror/ |
D | string.h | 28 enum AllocatorType : char; 127 gc::AllocatorType allocator_type) 135 gc::AllocatorType allocator_type) 143 gc::AllocatorType allocator_type) 148 gc::AllocatorType allocator_type) 259 gc::AllocatorType allocator_type,
|
D | object_array-alloc-inl.h | 39 gc::AllocatorType allocator_type) { in Alloc() 69 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf()
|
D | string-alloc-inl.h | 161 gc::AllocatorType allocator_type, in Alloc() 203 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() 215 gc::AllocatorType allocator_type) { in AllocFromByteArray() 230 gc::AllocatorType allocator_type) { in AllocFromCharArray() 245 gc::AllocatorType allocator_type) { in AllocFromString()
|
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() 146 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf()
|
D | class-alloc-inl.h | 50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
D | string.cc | 89 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() 127 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() 165 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() 202 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
|
D | array.h | 28 enum AllocatorType : char; 51 gc::AllocatorType allocator_type)
|
D | array-alloc-inl.h | 123 gc::AllocatorType allocator_type) { in Alloc()
|
D | object_array.h | 45 gc::AllocatorType allocator_type)
|
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()
|
D | class.h | 41 enum AllocatorType : char; 532 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 | 37 gc::AllocatorType allocator_type> 204 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc; 206 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) { in SetQuickAllocEntryPointsAllocator()
|
/art/runtime/ |
D | string_builder_append.cc | 357 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 423 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject()
|
D | mterp.cc | 458 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1365 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromChars() 1381 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFactoryNewStringFromString() 1398 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedStringFastSubstring() 1746 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in UnstartedJNIVMRuntimeNewUnpaddedArray()
|