HomeSort by relevance Sort by last modified time
    Searched refs:AllocObjectWithAllocator (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/
heap-inl.h 39 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self, mirror::Class* klass,
189 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count,
heap.h 178 return AllocObjectWithAllocator<kInstrumented, true>(self, klass, num_bytes,
187 return AllocObjectWithAllocator<kInstrumented, true>(self, klass, num_bytes,
193 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(
    [all...]
  /art/runtime/mirror/
array-inl.h 146 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size,
152 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size,
class-inl.h 562 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self, this, this->object_size_,

Completed in 81 milliseconds