Searched refs:GetIFieldsPtr (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Dclass_linker_test.cc889 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
891 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
893 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
895 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
897 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
899 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
901 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
903 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
H A Dproxy_test.cc163 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr);
H A Dreflection.cc788 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0);
H A Dclass_linker.cc4281 CHECK(klass->GetIFieldsPtr() == nullptr);
7320 klass->GetIFieldsPtr();
/art/runtime/mirror/
H A Dclass-inl.h541 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() { function in class:art::mirror::Class
615 return &GetIFieldsPtr()->At(i);
991 return MakeIterationRangeFromLengthPrefixedArray(GetIFieldsPtr());
1075 LengthPrefixedArray<ArtField>* const ifields = GetIFieldsPtr();
H A Dclass.cc671 return FindFieldByNameAndType(GetIFieldsPtr(), name, type);
H A Dclass.h980 LengthPrefixedArray<ArtField>* GetIFieldsPtr() SHARED_REQUIRES(Locks::mutator_lock_);
/art/runtime/native/
H A Djava_lang_Class.cc223 ArtField* art_field = FindFieldByName(self, name, c->GetIFieldsPtr());
/art/compiler/
H A Dimage_writer.cc1101 as_klass->GetSFieldsPtr(), as_klass->GetIFieldsPtr(),

Completed in 610 milliseconds