Home
last modified time | relevance | path

Searched refs:AllocObjectWithAllocator (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dheap-inl.h39 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, mirror::Class* klass, in AllocObjectWithAllocator() function
189 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count, in AllocLargeObject()
Dheap.h178 return AllocObjectWithAllocator<kInstrumented, true>(self, klass, num_bytes, in AllocObject()
187 return AllocObjectWithAllocator<kInstrumented, true>(self, klass, num_bytes, in AllocNonMovableObject()
193 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(
/art/runtime/mirror/
Darray-inl.h146 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc()
152 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc()
Dclass-inl.h562 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, this, this->object_size_, in Alloc()