| /art/runtime/native/ |
| D | java_lang_StringFactory.cc | 46 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromBytes() local 58 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in StringFactory_newStringFromChars() local 73 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 | 463 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 184 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
|
| /art/runtime/mirror/ |
| D | string-inl.h | 149 inline String* String::Alloc(Thread* self, int32_t utf16_length, gc::AllocatorType allocator_type, in Alloc() 172 int32_t high_byte, gc::AllocatorType allocator_type) { in AllocFromByteArray() 181 gc::AllocatorType allocator_type) { in AllocFromCharArray() 189 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
|
| D | string.cc | 84 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings() local 98 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16() local 117 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() 255 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 | 154 size_t component_size_shift, gc::AllocatorType allocator_type) { in Alloc()
|
| D | class-inl.h | 591 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
| /art/runtime/entrypoints/ |
| D | entrypoint_utils-inl.h | 146 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 164 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 185 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 234 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 257 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
| /art/runtime/gc/ |
| D | heap-inl.h | 222 inline mirror::Object* Heap::TryToAllocate(Thread* self, AllocatorType allocator_type, in TryToAllocate() 405 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
|
| D | heap.h | 712 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 719 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
|
| D | heap.cc | 1138 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
|
| /art/runtime/ |
| D | safe_map.h | 39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
|
| D | jni_internal.cc | 595 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
|
| /art/runtime/interpreter/ |
| D | interpreter_switch_impl.cc | 421 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() local
|
| D | interpreter_goto_table_impl.cc | 517 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl() local
|