Searched refs:AllocObjectWithAllocator (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 45 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()
|
D | heap.h | 244 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/ |
D | array-alloc-inl.h | 147 heap->AllocObjectWithAllocator<kIsInstrumented>( in Alloc() 154 heap->AllocObjectWithAllocator<kIsInstrumented>( in Alloc()
|
D | class-alloc-inl.h | 65 heap->AllocObjectWithAllocator<kIsInstrumented, /*kCheckLargeObject=*/ false>( in Alloc()
|
D | string-alloc-inl.h | 195 heap->AllocObjectWithAllocator<kIsInstrumented>(self, in Alloc()
|