Home
last modified time | relevance | path

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

12

/art/runtime/entrypoints/
Dentrypoint_utils.h63 gc::AllocatorType allocator_type)
70 gc::AllocatorType allocator_type)
77 … gc::AllocatorType allocator_type)
97 gc::AllocatorType allocator_type)
105 gc::AllocatorType allocator_type)
111 gc::AllocatorType allocator_type)
119 gc::AllocatorType allocator_type)
Dentrypoint_utils-inl.h146 gc::AllocatorType allocator_type) { in AllocObjectFromCode()
164 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved()
185 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized()
234 gc::AllocatorType allocator_type) { in AllocArrayFromCode()
257 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
Dentrypoint_utils.cc81 gc::AllocatorType /* allocator_type */) { in CheckAndAllocArrayFromCode() argument
102 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.h211 Thread* self, mirror::Class* klass, size_t byte_count, AllocatorType allocator,
215 AllocatorType GetCurrentAllocator() const { in GetCurrentAllocator()
219 AllocatorType GetCurrentNonMovingAllocator() const { in GetCurrentNonMovingAllocator()
238 void ChangeAllocator(AllocatorType allocator)
712 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack()
719 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
747 mirror::Object* AllocateInternalWithGc(Thread* self, AllocatorType allocator, size_t num_bytes,
766 ALWAYS_INLINE mirror::Object* TryToAllocate(Thread* self, AllocatorType allocator_type,
772 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
776 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size);
[all …]
Dheap-inl.h42 size_t byte_count, AllocatorType allocator, in AllocObjectWithAllocator()
222 inline mirror::Object* Heap::TryToAllocate(Thread* self, AllocatorType allocator_type, in TryToAllocate()
405 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
Dheap.cc596 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator()
1138 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
1496 mirror::Object* Heap::AllocateInternalWithGc(Thread* self, AllocatorType allocator, in AllocateInternalWithGc()
/art/runtime/native/
Djava_lang_StringFactory.cc46 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()
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.cc463 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance()
/art/runtime/mirror/
Dstring.h86 gc::AllocatorType allocator_type,
94 gc::AllocatorType allocator_type)
100 gc::AllocatorType allocator_type)
106 gc::AllocatorType allocator_type)
Dstring-inl.h149 inline String* String::Alloc(Thread* self, int32_t utf16_length, gc::AllocatorType allocator_type, in Alloc()
172 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray()
181 gc::AllocatorType allocator_type) { in AllocFromCharArray()
189 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
Dstring.cc84 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()
Dobject_array.h34 gc::AllocatorType allocator_type)
Dobject_array-inl.h38 int32_t length, gc::AllocatorType allocator_type) { in Alloc()
255 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.h154 size_t component_size_shift, gc::AllocatorType allocator_type) { in Alloc()
Dclass-inl.h591 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
Dclass.h481 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.cc261 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
263 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) { in SetQuickAllocEntryPointsAllocator()
/art/runtime/interpreter/
Dunstarted_runtime.cc804 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()
Dinterpreter_goto_table_impl.cc517 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl()

12