| /art/runtime/native/ |
| D | java_lang_StringFactory.cc | 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() local 63 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() local 80 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString() local
|
| D | java_lang_String.cc | 79 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
|
| D | java_lang_Class.cc | 706 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_alloc_entrypoints.cc | 69 #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/ |
| D | string-inl.h | 210 gc::AllocatorType allocator_type, in Alloc() 248 inline String* String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() 257 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() 270 gc::AllocatorType allocator_type) { in AllocFromCharArray() 283 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
|
| D | string.cc | 101 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace() local 137 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() local 173 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local 210 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8() local
|
| D | object_array-inl.h | 42 int32_t length, gc::AllocatorType allocator_type) { in Alloc() 355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
| D | array.cc | 136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
| D | array-inl.h | 159 gc::AllocatorType allocator_type) { in Alloc()
|
| D | class-inl.h | 737 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 190 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 211 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 234 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 284 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 309 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
| /art/runtime/gc/ |
| D | heap-inl.h | 241 AllocatorType allocator_type, in TryToAllocate() 385 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, in IsOutOfMemoryOnAllocation()
|
| D | heap.h | 852 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 859 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
|
| D | heap.cc | 1298 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() 4200 const AllocatorType allocator_type = GetCurrentAllocator(); in AllocWithNewTLAB() local
|
| /art/runtime/ |
| D | safe_map.h | 40 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
|
| D | debugger.cc | 1305 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject() local
|
| D | jni_internal.cc | 606 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
|
| /art/runtime/base/ |
| D | hash_set.h | 120 using allocator_type = Alloc; variable
|
| /art/runtime/interpreter/ |
| D | interpreter_switch_impl.cc | 519 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() local
|
| /art/runtime/interpreter/mterp/ |
| D | mterp.cc | 394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() local
|