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

  /art/runtime/mirror/
object.cc 139 copy = heap->AllocNonMovableObject<true>(self, GetClass(), num_bytes, visitor);
class-inl.h 725 inline Object* Class::AllocNonMovableObject(Thread* self) {
    [all...]
class.cc     [all...]
class.h 525 Object* AllocNonMovableObject(Thread* self)
    [all...]
  /art/runtime/native/
java_lang_reflect_Constructor.cc 163 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
  /art/runtime/gc/
heap.h 204 mirror::Object* AllocNonMovableObject(Thread* self,
    [all...]
  /art/runtime/
class_linker.cc 375 heap->AllocNonMovableObject<true>(self, nullptr, class_class_size, VoidFunctor()))));
404 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self,
    [all...]

Completed in 356 milliseconds