Home
last modified time | relevance | path

Searched defs:allocator_type (Results 1 – 20 of 20) sorted by relevance

/art/runtime/native/
Djava_lang_StringFactory.cc48 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() local
65 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() local
82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString() local
Djava_lang_String.cc82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
Djava_lang_Class.cc708 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc69 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
119 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
/art/runtime/mirror/
Dstring-inl.h205 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()
Dstring.cc104 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() local
140 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() local
176 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local
213 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8() local
Dobject_array-inl.h42 int32_t length, gc::AllocatorType allocator_type) { in Alloc()
355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
Darray.cc136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
Darray-inl.h159 gc::AllocatorType allocator_type) { in Alloc()
Dclass-inl.h733 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h186 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/gc/
Dheap-inl.h247 AllocatorType allocator_type, in TryToAllocate()
391 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
Dheap.h851 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack()
858 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
Dheap.cc1211 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
4060 const AllocatorType allocator_type = GetCurrentAllocator(); in AllocWithNewTLAB() local
/art/runtime/
Dsafe_map.h40 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
Ddebugger.cc1310 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject() local
Djni_internal.cc691 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
/art/runtime/base/
Dhash_set.h120 using allocator_type = Alloc; variable
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc576 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() local
/art/runtime/interpreter/mterp/
Dmterp.cc394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() local