Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h114 obj->SetClass(klass); in AllocObjectWithAllocator()
127 obj->SetClass(klass); in AllocObjectWithAllocator()
170 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.cc53 obj->SetClass(klass); in artAllocObjectFromCode()
/art/runtime/gc/space/
Dspace_test.h109 o->SetClass(byte_array_class); in InstallClass()
/art/runtime/mirror/
Dobject.h99 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.cc3263 fake_obj->SetClass(java_lang_Object_); in FillWithFakeObject()
3267 fake_obj->SetClass(int_array_class); in FillWithFakeObject()
3406 to_ref->SetClass(klass); in Copy()
/art/dex2oat/linker/
Dimage_writer.cc3053 dst->SetClass<kVerifyNone>(image_object_class); in CopyAndFixupObjects()
/art/runtime/
Dclass_linker.cc762 java_lang_Class->SetClass(java_lang_Class.Get()); in InitWithoutImage()
3777 klass->SetClass(GetClassRoot<mirror::Class>(this)); in SetupClass()