Searched defs:AllocLargeObject (Results 1 – 2 of 2) sorted by relevance
183 inline mirror::Object* Heap::AllocLargeObject(Thread* self, mirror::Class** klass, in AllocLargeObject() function
453 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated) { in AllocLargeObject() function in art::gc::allocator::RosAlloc