| /art/runtime/native/ |
| D | java_lang_StringFactory.cc | 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() local 60 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() local 75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromString() local
|
| D | java_lang_String.cc | 77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
|
| D | java_lang_Class.cc | 622 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_alloc_entrypoints.cc | 30 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument 182 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
|
| /art/runtime/mirror/ |
| D | string-inl.h | 156 inline String* String::Alloc(Thread* self, int32_t utf16_length, gc::AllocatorType allocator_type, in Alloc() 193 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() 202 gc::AllocatorType allocator_type) { in AllocFromCharArray() 212 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
|
| D | string.cc | 85 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() local 99 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local 123 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8() local
|
| D | object_array-inl.h | 38 int32_t length, gc::AllocatorType allocator_type) { in Alloc() 258 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
| D | array.cc | 135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
| D | array-inl.h | 153 size_t component_size_shift, gc::AllocatorType allocator_type) { in Alloc()
|
| D | class-inl.h | 675 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
| /art/runtime/gc/ |
| D | heap-inl.h | 237 AllocatorType allocator_type, in TryToAllocate() 407 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
|
| D | heap.h | 812 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 819 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
|
| D | heap.cc | 1327 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 177 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 198 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 221 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 272 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 298 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
| /art/runtime/ |
| D | safe_map.h | 40 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
|
| D | debugger.cc | 1290 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in CreateObject() local
|
| D | jni_internal.cc | 590 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 | 490 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() local
|
| D | interpreter_goto_table_impl.cc | 547 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl() local
|
| /art/runtime/interpreter/mterp/ |
| D | mterp.cc | 328 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in MterpNewInstance() local
|