Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dobject_array-alloc-inl.h39 gc::AllocatorType allocator_type) { in Alloc()
69 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf() local
H A Dstring-alloc-inl.h161 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()
H A Darray.cc56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray() local
124 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Alloc() local
146 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf() local
H A Dclass-alloc-inl.h50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
H A Dstring.cc81 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() local
118 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoConcat() local
158 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local
196 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8() local
H A Darray-alloc-inl.h123 gc::AllocatorType allocator_type) { in Alloc()
H A Dobject_test.cc159 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F() local
180 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F() local
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc73 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument
130 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() local
66 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() local
83 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString() local
H A Djava_lang_String.cc74 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
H A Djava_lang_Class.cc933 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h172 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()
/aosp12/art/runtime/gc/
H A Dheap-inl.h299 AllocatorType allocator_type, in TryToAllocate()
442 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
H A Dheap.h1002 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack()
1009 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
H A Dheap.cc1416 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
4305 AllocatorType allocator_type, in AllocWithNewTLAB()
/aosp12/art/runtime/
H A Dstring_builder_append.cc357 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF() local
H A Druntime.cc1259 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException() local
/aosp12/art/libartbase/base/
H A Dsafe_map.h39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
H A Dhash_set.h174 using allocator_type = Alloc; variable
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc571 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject() local
H A Dmterp.cc367 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() local
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h682 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE() local
/aosp12/art/dex2oat/
H A Ddex2oat.cc453 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in ThreadLocalHashOverride() local
/aosp12/art/runtime/jni/
H A Djni_internal.cc846 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local