Searched refs:AllocObjectWithAllocator (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 41 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, in AllocObjectWithAllocator() function 230 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count, in AllocLargeObject()
|
D | heap.h | 199 return AllocObjectWithAllocator<kInstrumented, true>( in AllocObject() 211 return AllocObjectWithAllocator<kInstrumented, true>( in AllocNonMovableObject() 216 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,
|
/art/runtime/mirror/ |
D | array-inl.h | 177 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc() 184 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc()
|
D | string-inl.h | 186 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, string_class, alloc_size, in Alloc()
|
D | class-inl.h | 694 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, this, this->object_size_, in Alloc()
|