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

  /art/runtime/gc/
heap-inl.h 44 inline mirror::Object* Heap::AllocObjectWithAllocator(Thread* self,
240 return AllocObjectWithAllocator<kInstrumented, false, PreFenceVisitor>(self, *klass, byte_count,
heap.h 206 return AllocObjectWithAllocator<kInstrumented, true>(self,
223 return AllocObjectWithAllocator<kInstrumented, true>(self,
231 ALWAYS_INLINE mirror::Object* AllocObjectWithAllocator(Thread* self,
    [all...]
  /art/runtime/mirror/
array-inl.h 183 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size,
190 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, array_class, size,
string-inl.h 238 heap->AllocObjectWithAllocator<kIsInstrumented, true>(self, string_class, alloc_size,
class-inl.h 742 heap->AllocObjectWithAllocator<kIsInstrumented, false>(self,
    [all...]

Completed in 59 milliseconds