Searched refs:AllocObjectWithAllocator (Results 1 – 5 of 5) sorted by relevance
/art/runtime/mirror/ |
D | class-alloc-inl.h | 58 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, in Alloc()
|
D | array-alloc-inl.h | 146 heap->AllocObjectWithAllocator<kIsInstrumented, true>( in Alloc() 153 heap->AllocObjectWithAllocator<kIsInstrumented, true>( in Alloc()
|
D | string-alloc-inl.h | 194 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, in Alloc()
|
/art/runtime/gc/ |
D | heap-inl.h | 45 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, in AllocObjectWithAllocator() function 245 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count, in AllocLargeObject()
|
D | heap.h | 235 return AllocObjectWithAllocator<kInstrumented, true>(self, in AllocObject() 252 return AllocObjectWithAllocator<kInstrumented, true>(self, in AllocNonMovableObject() 260 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,
|