Home | History | Annotate | Download | only in runtime

Lines Matching refs:SetIfTable

554   java_lang_Object->SetIfTable(AllocIfTable(self, 0));
557 object_array_class->SetIfTable(AllocIfTable(self, 2));
3190 klass->SetIfTable(GetClassRoot<mirror::Object>(this)->GetIfTable());
4077 h_class->SetIfTable(GetClassRoot<mirror::Object>(this)->GetIfTable());
4246 new_class->SetIfTable(array_iftable);
4869 temp_klass->SetIfTable(GetClassRoot<mirror::Object>(this)->GetIfTable());
7047 klass->SetIfTable(klass->GetSuperClass()->GetIfTable());
7064 klass->SetIfTable(super_iftable);
7133 klass->SetIfTable(iftable.Get());