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, mirror::Class* klass, in AllocObjectWithAllocator() function 216 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count, in AllocLargeObject()
|
D | heap.h | 195 return AllocObjectWithAllocator<kInstrumented, true>(self, klass, num_bytes, in AllocObject() 204 return AllocObjectWithAllocator<kInstrumented, true>(self, klass, num_bytes, in AllocNonMovableObject() 210 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(
|
/art/runtime/mirror/ |
D | array-inl.h | 178 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc() 185 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size, in Alloc()
|
D | string-inl.h | 165 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, string_class, size, in Alloc()
|
D | class-inl.h | 599 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, this, this->object_size_, in Alloc()
|