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