Home
last modified time | relevance | path

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

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