Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h41 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, in AllocObjectWithAllocator() function
230 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count, in AllocLargeObject()
Dheap.h199 return AllocObjectWithAllocator<kInstrumented, true>( in AllocObject()
211 return AllocObjectWithAllocator<kInstrumented, true>( in AllocNonMovableObject()
216 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,
/art/runtime/mirror/
Darray-inl.h177 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc()
184 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc()
Dstring-inl.h186 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, string_class, alloc_size, in Alloc()
Dclass-inl.h694 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, this, this->object_size_, in Alloc()