Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h89 obj->SetClass(klass); in AllocObjectWithAllocator()
102 obj->SetClass(klass); in AllocObjectWithAllocator()
141 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.cc52 obj->SetClass(klass); in artAllocObjectFromCode()
/art/runtime/gc/space/
Dspace_test.h109 o->SetClass(byte_array_class); in InstallClass()
/art/runtime/mirror/
Dobject.h98 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/dex2oat/linker/
Dimage_writer.cc3059 dst->SetClass<kVerifyNone>(GetImageAddress(GetClassRoot<mirror::Object>().Ptr())); in CopyAndFixupObjects()