Searched refs:SetIfTable (Results 1 – 3 of 3) sorted by relevance
554 java_lang_Object->SetIfTable(AllocIfTable(self, 0)); in InitWithoutImage()557 object_array_class->SetIfTable(AllocIfTable(self, 2)); in InitWithoutImage()3190 klass->SetIfTable(GetClassRoot<mirror::Object>(this)->GetIfTable()); in DefineClass()4077 h_class->SetIfTable(GetClassRoot<mirror::Object>(this)->GetIfTable()); in CreatePrimitiveClass()4246 new_class->SetIfTable(array_iftable); in CreateArrayClass()4869 temp_klass->SetIfTable(GetClassRoot<mirror::Object>(this)->GetIfTable()); in CreateProxyClass()7047 klass->SetIfTable(klass->GetSuperClass()->GetIfTable()); in SetupInterfaceLookupTable()7064 klass->SetIfTable(super_iftable); in SetupInterfaceLookupTable()7133 klass->SetIfTable(iftable.Get()); in SetupInterfaceLookupTable()
655 inline void Class::SetIfTable(ObjPtr<IfTable> new_iftable) { in SetIfTable() function
918 ALWAYS_INLINE void SetIfTable(ObjPtr<IfTable> new_iftable)