Searched refs:AllocNonMovableObject (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | class-alloc-inl.h | 81 inline ObjPtr<Object> Class::AllocNonMovableObject(Thread* self) { in AllocNonMovableObject() function
|
D | object.cc | 163 : heap->AllocNonMovableObject(self, h_this->GetClass(), num_bytes, visitor); in Clone()
|
D | class.h | 537 ObjPtr<Object> AllocNonMovableObject(Thread* self)
|
D | class.cc | 1371 heap->AllocNonMovableObject(self, java_lang_Class, new_length, visitor); in CopyOf()
|
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 112 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self()); in Constructor_newInstance0()
|
/art/runtime/gc/ |
D | heap.h | 253 mirror::Object* AllocNonMovableObject(Thread* self, in AllocNonMovableObject() function
|
/art/runtime/ |
D | class_linker.cc | 759 heap->AllocNonMovableObject(self, nullptr, class_class_size, VoidFunctor())))); in InitWithoutImage() 788 runtime->SetSentinel(heap->AllocNonMovableObject(self, in InitWithoutImage() 2637 heap->AllocNonMovableObject(self, java_lang_Class, class_size, pre_fence_visitor); in AllocClass()
|