Searched refs:AllocNonMovableObject (Results 1 – 7 of 7) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 112 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self()); in Constructor_newInstance0()
|
/art/runtime/mirror/ |
D | object.cc | 165 copy = heap->AllocNonMovableObject<true>(self, GetClass(), num_bytes, visitor); in Clone()
|
D | class-inl.h | 811 inline ObjPtr<Object> Class::AllocNonMovableObject(Thread* self) { in AllocNonMovableObject() function
|
D | class.h | 508 ObjPtr<Object> AllocNonMovableObject(Thread* self)
|
D | class.cc | 1218 heap->AllocNonMovableObject<true>(self, java_lang_Class_.Read(), new_length, visitor); in CopyOf()
|
/art/runtime/gc/ |
D | heap.h | 223 mirror::Object* AllocNonMovableObject(Thread* self, in AllocNonMovableObject() function
|
/art/runtime/ |
D | class_linker.cc | 431 heap->AllocNonMovableObject<true>(self, nullptr, class_class_size, VoidFunctor())))); in InitWithoutImage() 460 runtime->SetSentinel(heap->AllocNonMovableObject<true>(self, in InitWithoutImage() 1028 runtime->SetSentinel(heap->AllocNonMovableObject<true>( in InitFromBootImage() 2270 heap->AllocNonMovableObject<true>(self, java_lang_Class, class_size, visitor); in AllocClass()
|