Searched refs:AllocNonMovableObject (Results 1 - 7 of 7) sorted by relevance

/art/runtime/native/
H A Djava_lang_reflect_Constructor.cc109 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
/art/runtime/mirror/
H A Dobject.cc164 copy = heap->AllocNonMovableObject<true>(self, GetClass(), num_bytes, visitor);
H A Dclass-inl.h765 inline ObjPtr<Object> Class::AllocNonMovableObject(Thread* self) { function in class:art::mirror::Class
H A Dclass.cc1103 heap->AllocNonMovableObject<true>(self, java_lang_Class_.Read(), new_length, visitor);
H A Dclass.h556 ObjPtr<Object> AllocNonMovableObject(Thread* self)
/art/runtime/gc/
H A Dheap.h217 mirror::Object* AllocNonMovableObject(Thread* self,
/art/runtime/
H A Dclass_linker.cc411 heap->AllocNonMovableObject<true>(self, nullptr, class_class_size, VoidFunctor()))));
440 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self,
968 runtime->SetSentinel(heap->AllocNonMovableObject<true>(
2279 heap->AllocNonMovableObject<true>(self, java_lang_Class, class_size, visitor);

Completed in 176 milliseconds