Home
last modified time | relevance | path

Searched defs:allocator_type (Results 1 – 18 of 18) sorted by relevance

/art/runtime/native/
Djava_lang_StringFactory.cc46 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
Djava_lang_String.cc77 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in String_fastSubstring() local
Djava_lang_Class.cc463 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in Class_newInstance() local
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc30 #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/
Dstring-inl.h149 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()
Dstring.cc84 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
Dobject_array-inl.h38 int32_t length, gc::AllocatorType allocator_type) { in Alloc()
255 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
Darray.cc135 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
Darray-inl.h154 size_t component_size_shift, gc::AllocatorType allocator_type) { in Alloc()
Dclass-inl.h591 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h146 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/
Dheap-inl.h222 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()
Dheap.h712 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack()
719 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
Dheap.cc1138 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
/art/runtime/
Dsafe_map.h39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
Djni_internal.cc595 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocObject() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc421 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteSwitchImpl() local
Dinterpreter_goto_table_impl.cc517 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in ExecuteGotoImpl() local