Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject_array-alloc-inl.h39 gc::AllocatorType allocator_type) { in Alloc()
69 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf() local
Dstring-alloc-inl.h197 gc::AllocatorType allocator_type, in Alloc()
239 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString()
251 gc::AllocatorType allocator_type) { in AllocFromByteArray()
268 gc::AllocatorType allocator_type) { in AllocFromUtf16ByteArray()
292 gc::AllocatorType allocator_type) { in AllocFromCharArray()
307 gc::AllocatorType allocator_type) { in AllocFromString()
Darray.cc56 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in RecursiveCreateMultiArray() local
125 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in Alloc() local
147 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf() local
Dclass-alloc-inl.h50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
Dstring.cc89 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() local
126 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoConcat() local
192 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoRepeat() local
214 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local
252 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8() local
Darray-alloc-inl.h123 gc::AllocatorType allocator_type) { in Alloc()
Dobject_test.cc163 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F() local
184 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in TEST_F() local
/art/runtime/entrypoints/quick/
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
/art/runtime/native/
Djava_lang_StringFactory.cc49 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() local
80 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromUtf16Bytes() local
96 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() local
113 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString() local
Djava_lang_String.cc74 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
Djava_lang_Class.cc721 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_getSimpleNameNative() local
923 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h238 gc::AllocatorType allocator_type) { in AllocObjectFromCode()
259 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved()
284 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized()
334 gc::AllocatorType allocator_type) { in AllocArrayFromCode()
361 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
/art/runtime/gc/
Dheap-inl.h302 AllocatorType allocator_type, in TryToAllocate()
445 inline bool Heap::IsOutOfMemoryOnAllocation([[maybe_unused]] AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
Dheap.h1071 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack()
Dheap.cc1501 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
4541 AllocatorType allocator_type, in AllocWithNewTLAB()
/art/libartbase/base/
Dsafe_map.h40 using allocator_type = typename Impl::allocator_type; variable
Dhash_set.h182 using allocator_type = Alloc; variable
/art/runtime/
Dstring_builder_append.cc513 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF() local
Druntime.cc1429 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException() local
/art/runtime/interpreter/mterp/
Dnterp.cc540 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpAllocateObject() local
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h856 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE() local
/art/dex2oat/
Ddex2oat.cc459 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in ThreadLocalHashOverride() local
/art/runtime/jni/
Djni_internal.cc928 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
2056 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NewStringUTF() local