/art/runtime/mirror/ |
D | object_array-alloc-inl.h | 39 gc::AllocatorType allocator_type) { in Alloc() 70 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
D | string-alloc-inl.h | 160 gc::AllocatorType allocator_type, in Alloc() 202 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() 214 gc::AllocatorType allocator_type) { in AllocFromByteArray() 229 gc::AllocatorType allocator_type) { in AllocFromCharArray() 244 gc::AllocatorType allocator_type) { in AllocFromString()
|
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 149 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
D | class-alloc-inl.h | 49 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
D | string.cc | 89 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() local 127 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() local 165 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local 202 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8() local
|
D | array-alloc-inl.h | 122 gc::AllocatorType allocator_type) { in Alloc()
|
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
|
/art/runtime/native/ |
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
|
D | java_lang_String.cc | 75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
|
D | java_lang_Class.cc | 825 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 71 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument 128 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 189 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 210 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 233 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 283 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 308 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
/art/runtime/gc/ |
D | heap-inl.h | 252 AllocatorType allocator_type, in TryToAllocate() 396 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
|
D | heap.h | 939 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 946 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
|
D | heap.cc | 1354 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() 4319 const AllocatorType allocator_type = GetCurrentAllocator(); in AllocWithNewTLAB() local
|
/art/libartbase/base/ |
D | safe_map.h | 39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
|
D | hash_set.h | 168 using allocator_type = Alloc; variable
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 458 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() local
|
/art/runtime/ |
D | runtime.cc | 1102 gc::AllocatorType allocator_type = runtime->GetHeap()->GetCurrentAllocator(); in CreatePreAllocatedException() local
|
D | debugger.cc | 1377 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject() local 1405 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateArrayObject() local
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 840 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 909 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
|