/aosp12/art/runtime/mirror/ |
H A D | object_array-alloc-inl.h | 39 gc::AllocatorType allocator_type) { in Alloc() 69 gc::AllocatorType allocator_type = heap->IsMovableObject(h_this.Get()) in CopyOf() local
|
H A D | string-alloc-inl.h | 161 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 D | array.cc | 56 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 D | class-alloc-inl.h | 50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
H A D | string.cc | 81 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 D | array-alloc-inl.h | 123 gc::AllocatorType allocator_type) { in Alloc()
|
H A D | object_test.cc | 159 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 D | quick_alloc_entrypoints.cc | 73 #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 D | java_lang_StringFactory.cc | 49 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 D | java_lang_String.cc | 74 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
|
H A D | java_lang_Class.cc | 933 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 172 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 D | heap-inl.h | 299 AllocatorType allocator_type, in TryToAllocate() 442 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
|
H A D | heap.h | 1002 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 1009 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
|
H A D | heap.cc | 1416 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 D | string_builder_append.cc | 357 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AppendF() local
|
H A D | runtime.cc | 1259 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException() local
|
/aosp12/art/libartbase/base/ |
H A D | safe_map.h | 39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
|
H A D | hash_set.h | 174 using allocator_type = Alloc; variable
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 571 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NterpGetClassOrAllocateObject() local
|
H A D | mterp.cc | 367 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() local
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 682 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE() local
|
/aosp12/art/dex2oat/ |
H A D | dex2oat.cc | 453 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in ThreadLocalHashOverride() local
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 846 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
|