Searched defs:AllocObjectWithAllocator (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h39 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, mirror::Class* klass, function in class:art::gc::Heap
177 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, klass, byte_count,

Completed in 195 milliseconds