Searched defs:allocator_type (Results 1 – 9 of 9) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 28 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type)… argument 104 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(suffix, allocator_type) \ argument
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 126 gc::AllocatorType allocator_type) { in AllocObjectFromCode() 145 gc::AllocatorType allocator_type) { in AllocObjectFromCodeResolved() 167 gc::AllocatorType allocator_type) { in AllocObjectFromCodeInitialized() 216 gc::AllocatorType allocator_type) { in AllocArrayFromCode() 238 gc::AllocatorType allocator_type) { in AllocArrayFromCodeResolved()
|
/art/runtime/gc/ |
D | heap-inl.h | 195 inline mirror::Object* Heap::TryToAllocate(Thread* self, AllocatorType allocator_type, in TryToAllocate() 303 inline bool Heap::IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size) { in IsOutOfMemoryOnAllocation()
|
D | heap.h | 621 static ALWAYS_INLINE bool AllocatorHasAllocationStack(AllocatorType allocator_type) { in AllocatorHasAllocationStack() 626 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC()
|
D | heap.cc | 934 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
|
/art/runtime/mirror/ |
D | object_array-inl.h | 36 int32_t length, gc::AllocatorType allocator_type) { in Alloc() 251 gc::AllocatorType allocator_type = heap->IsMovableObject(this) ? heap->GetCurrentAllocator() : in CopyOf() local
|
D | array-inl.h | 134 size_t component_size, gc::AllocatorType allocator_type, in Alloc()
|
D | class-inl.h | 554 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc()
|
/art/runtime/ |
D | safe_map.h | 39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; typedef
|