/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 65 gc::AllocatorType allocator_type) 72 gc::AllocatorType allocator_type) 79 … gc::AllocatorType allocator_type) 99 gc::AllocatorType allocator_type) 107 gc::AllocatorType allocator_type) 113 gc::AllocatorType allocator_type) 121 gc::AllocatorType allocator_type)
|
D | entrypoint_utils-inl.h | 177 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 198 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 221 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 272 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 298 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
D | entrypoint_utils.cc | 87 gc::AllocatorType /* allocator_type */) { in CheckAndAllocArrayFromCode() argument 108 gc::AllocatorType /* allocator_type */) { in CheckAndAllocArrayFromCodeInstrumented() argument
|
/art/runtime/gc/ |
D | allocator_type.h | 26 enum AllocatorType { enum 36 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs);
|
D | heap.h | 219 AllocatorType allocator, 225 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator() 229 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator() 249 void ChangeAllocator(AllocatorType allocator) 812 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 819 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC() 856 AllocatorType allocator, 881 AllocatorType allocator_type, 888 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) 892 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size); [all …]
|
D | heap-inl.h | 44 AllocatorType allocator, in AllocObjectWithAllocator() 237 AllocatorType allocator_type, in TryToAllocate() 407 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
|
D | heap.cc | 708 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() 1327 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() 1685 AllocatorType allocator, in AllocateInternalWithGc()
|
/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_String.cc | 77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
|
D | dalvik_system_VMRuntime.cc | 87 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray() 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 | string.h | 87 gc::AllocatorType allocator_type, 95 gc::AllocatorType allocator_type) 101 gc::AllocatorType allocator_type) 107 gc::AllocatorType allocator_type)
|
D | string-inl.h | 156 inline String* String::Alloc(Thread* self, int32_t utf16_length, gc::AllocatorType allocator_type, in Alloc() 193 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() 202 gc::AllocatorType allocator_type) { in AllocFromCharArray() 212 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
|
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_array.h | 34 gc::AllocatorType allocator_type)
|
D | object_array-inl.h | 38 int32_t length, gc::AllocatorType allocator_type) { in Alloc() 258 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | array.cc | 135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
|
D | array.h | 41 size_t component_size_shift, gc::AllocatorType allocator_type)
|
D | array-inl.h | 153 size_t component_size_shift, gc::AllocatorType allocator_type) { in Alloc()
|
D | class-inl.h | 701 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
D | class.h | 520 ALWAYS_INLINE Object* Alloc(Thread* self, gc::AllocatorType allocator_type)
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.h | 33 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
|
D | quick_alloc_entrypoints.cc | 259 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc; 261 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) { in SetQuickAllocEntryPointsAllocator()
|
/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()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 328 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()
|