Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h45 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, in AllocObjectWithAllocator() function
111 return AllocObjectWithAllocator</*kInstrumented=*/ true, /*kCheckLargeObject=*/ false> in AllocObjectWithAllocator()
165 return AllocObjectWithAllocator</*kInstrumented=*/true>(self, in AllocObjectWithAllocator()
290 mirror::Object* obj = AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor> in AllocLargeObject()
Dheap.h244 return AllocObjectWithAllocator<kInstrumented>(self, in AllocObject()
262 mirror::Object* obj = AllocObjectWithAllocator<kInstrumented>(self, in AllocNonMovableObject()
273 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,
/art/runtime/mirror/
Darray-alloc-inl.h147 heap->AllocObjectWithAllocator<kIsInstrumented>( in Alloc()
154 heap->AllocObjectWithAllocator<kIsInstrumented>( in Alloc()
Dclass-alloc-inl.h65 heap->AllocObjectWithAllocator<kIsInstrumented, /*kCheckLargeObject=*/ false>( in Alloc()
Dstring-alloc-inl.h195 heap->AllocObjectWithAllocator<kIsInstrumented>(self, in Alloc()