Home
last modified time | relevance | path

Searched refs:SetClass (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/
Dheap-inl.h122 obj->SetClass(klass); in AllocObjectWithAllocator()
135 obj->SetClass(klass); in AllocObjectWithAllocator()
177 obj->SetClass(klass); in AllocObjectWithAllocator()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc59 obj->SetClass(klass); in AllocObjectArray()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc56 obj->SetClass(klass); in artAllocObjectFromCode()
/art/runtime/gc/space/
Dspace_test.h109 o->SetClass(byte_array_class); in InstallClass()
/art/runtime/mirror/
Dobject.h101 void SetClass(ObjPtr<Class> new_klass) REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h58 inline void Object::SetClass(ObjPtr<Class> new_klass) { in SetClass() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc3342 fake_obj->SetClass(java_lang_Object_); in FillWithFakeObject()
3346 fake_obj->SetClass(int_array_class); in FillWithFakeObject()
3485 to_ref->SetClass(klass); in Copy()
/art/dex2oat/linker/
Dimage_writer.cc3017 dst->SetClass<kVerifyNone>(image_object_class); in CopyAndFixupObjects()
/art/runtime/
Dclass_linker.cc686 java_lang_Class->SetClass(java_lang_Class.Get()); in InitWithoutImage()
3590 klass->SetClass(GetClassRoot<mirror::Class>(this)); in SetupClass()