Searched refs:AllocatorType (Results 1 - 25 of 27) sorted by relevance

12

/art/runtime/gc/
H A Dallocator_type.h26 enum AllocatorType { enum in namespace:art::gc
36 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs);
38 inline constexpr bool IsTLABAllocator(AllocatorType allocator) {
H A Dheap.h243 AllocatorType allocator,
251 AllocatorType GetCurrentAllocator() const {
255 AllocatorType GetCurrentNonMovingAllocator() const {
276 void ChangeAllocator(AllocatorType allocator)
861 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) {
868 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) {
910 AllocatorType allocator,
935 AllocatorType allocator_type,
950 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
953 ALWAYS_INLINE bool IsOutOfMemoryOnAllocation(AllocatorType allocator_typ
[all...]
H A Dheap-inl.h48 AllocatorType allocator,
249 AllocatorType allocator_type,
393 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type,
H A Dheap.cc710 void Heap::ChangeAllocator(AllocatorType allocator) {
1208 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) {
1572 AllocatorType allocator,
4026 const AllocatorType allocator_type = GetCurrentAllocator();
/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.h35 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
H A Dquick_alloc_entrypoints.cc36 gc::AllocatorType allocator_type>
193 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
195 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) {
/art/runtime/native/
H A Djava_lang_StringFactory.cc48 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
65 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
82 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
H A Djava_lang_String.cc75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
H A Ddalvik_system_VMRuntime.cc118 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();
145 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
H A Djava_lang_Class.cc835 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
/art/runtime/entrypoints/
H A Dentrypoint_utils.h53 gc::AllocatorType allocator_type)
61 gc::AllocatorType allocator_type)
70 gc::AllocatorType allocator_type)
92 gc::AllocatorType allocator_type)
100 gc::AllocatorType allocator_type)
H A Dentrypoint_utils-inl.h182 gc::AllocatorType allocator_type) {
203 gc::AllocatorType allocator_type) {
226 gc::AllocatorType allocator_type) {
276 gc::AllocatorType allocator_type) {
301 gc::AllocatorType allocator_type) {
/art/runtime/mirror/
H A Dstring.h107 gc::AllocatorType allocator_type)
113 gc::AllocatorType allocator_type)
119 gc::AllocatorType allocator_type)
124 gc::AllocatorType allocator_type)
251 gc::AllocatorType allocator_type,
H A Dstring-inl.h214 gc::AllocatorType allocator_type,
252 inline String* String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) {
261 int32_t high_byte, gc::AllocatorType allocator_type) {
275 gc::AllocatorType allocator_type) {
288 int32_t offset, gc::AllocatorType allocator_type) {
H A Dobject_array.h37 gc::AllocatorType allocator_type)
H A Darray.cc136 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
H A Dstring.cc105 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
141 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
177 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
214 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
H A Dobject_array-inl.h42 int32_t length, gc::AllocatorType allocator_type) {
355 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() :
H A Darray.h45 gc::AllocatorType allocator_type)
H A Darray-inl.h158 gc::AllocatorType allocator_type) {
H A Dclass-inl.h783 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) {
H A Dclass.h503 ALWAYS_INLINE ObjPtr<Object> Alloc(Thread* self, gc::AllocatorType allocator_type)
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1346 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1361 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1378 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
1697 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
H A Dinterpreter_switch_impl.cc663 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
/art/runtime/interpreter/mterp/
H A Dmterp.cc475 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();

Completed in 206 milliseconds

12