Home
last modified time | relevance | path

Searched refs:AllocatorType (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/entrypoints/
Dentrypoint_utils.h65 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)
Dentrypoint_utils-inl.h177 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()
Dentrypoint_utils.cc87 gc::AllocatorType /* allocator_type */) { in CheckAndAllocArrayFromCode() argument
108 gc::AllocatorType /* allocator_type */) { in CheckAndAllocArrayFromCodeInstrumented() argument
/art/runtime/gc/
Dallocator_type.h26 enum AllocatorType { enum
36 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs);
Dheap.h219 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 …]
Dheap-inl.h44 AllocatorType allocator, in AllocObjectWithAllocator()
237 AllocatorType allocator_type, in TryToAllocate()
407 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
Dheap.cc708 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/
Djava_lang_StringFactory.cc46 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()
Djava_lang_String.cc77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring()
Ddalvik_system_VMRuntime.cc87 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); in VMRuntime_newNonMovableArray()
112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); in VMRuntime_newUnpaddedArray()
Djava_lang_Class.cc622 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
/art/runtime/mirror/
Dstring.h87 gc::AllocatorType allocator_type,
95 gc::AllocatorType allocator_type)
101 gc::AllocatorType allocator_type)
107 gc::AllocatorType allocator_type)
Dstring-inl.h156 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()
Dstring.cc85 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()
Dobject_array.h34 gc::AllocatorType allocator_type)
Dobject_array-inl.h38 int32_t length, gc::AllocatorType allocator_type) { in Alloc()
258 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray.cc135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf()
Darray.h41 size_t component_size_shift, gc::AllocatorType allocator_type)
Darray-inl.h153 size_t component_size_shift, gc::AllocatorType allocator_type) { in Alloc()
Dclass-inl.h701 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
Dclass.h520 ALWAYS_INLINE Object* Alloc(Thread* self, gc::AllocatorType allocator_type)
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h33 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
Dquick_alloc_entrypoints.cc259 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
261 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) { in SetQuickAllocEntryPointsAllocator()
/art/runtime/interpreter/
Dunstarted_runtime.cc1085 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/
Dmterp.cc328 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance()

12