Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-alloc-inl.h65 heap->AllocObjectWithAllocator<kIsInstrumented, /*kCheckLargeObject=*/ false>( in Alloc()
Darray-alloc-inl.h147 heap->AllocObjectWithAllocator<kIsInstrumented>( in Alloc()
154 heap->AllocObjectWithAllocator<kIsInstrumented>( in Alloc()
Dstring-alloc-inl.h195 heap->AllocObjectWithAllocator<kIsInstrumented>(self, in Alloc()
/art/runtime/gc/
Dheap-inl.h45 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, in AllocObjectWithAllocator() function
278 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count, in AllocLargeObject()
Dheap.h245 return AllocObjectWithAllocator<kInstrumented>(self, in AllocObject()
263 return AllocObjectWithAllocator<kInstrumented>(self, in AllocNonMovableObject()
271 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,