Searched refs:AllocLargeObject (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 35 return AllocLargeObject(self, size, bytes_allocated, usable_size, in Alloc()
|
D | rosalloc.h | 811 void* AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated,
|
D | rosalloc.cc | 462 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject() function in art::gc::allocator::RosAlloc
|
/art/runtime/gc/ |
D | heap-inl.h | 94 obj = AllocLargeObject<kInstrumented, PreFenceVisitor>(self, &klass, byte_count, in AllocObjectWithAllocator() 271 inline mirror::Object* Heap::AllocLargeObject(Thread* self, in AllocLargeObject() function
|
D | heap.h | 1008 mirror::Object* AllocLargeObject(Thread* self,
|