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

/art/runtime/
H A Dclass_linker_test.cc1081 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1083 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1085 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1087 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1089 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1091 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1093 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
1095 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName());
H A Dproxy_test.cc167 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr);
H A Dreflection.cc817 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0);
H A Dmethod_handles.cc94 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0);
H A Dclass_linker.cc4420 CHECK(klass->GetIFieldsPtr() == nullptr);
7624 klass->GetIFieldsPtr();
/art/runtime/mirror/
H A Dclass-inl.h591 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() { function in class:art::mirror::Class
666 return &GetIFieldsPtr()->At(i);
981 return MakeIterationRangeFromLengthPrefixedArray(GetIFieldsPtr());
1070 LengthPrefixedArray<ArtField>* const ifields = GetIFieldsPtr();
H A Dclass.cc751 return FindFieldByNameAndType(GetIFieldsPtr(), name, type);
H A Dclass.h1016 LengthPrefixedArray<ArtField>* GetIFieldsPtr() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
H A Djava_lang_Class.cc288 ArtField* art_field = FindFieldByName(name, c->GetIFieldsPtr());
/art/compiler/
H A Dimage_writer.cc1258 as_klass->GetSFieldsPtr(), as_klass->GetIFieldsPtr(),

Completed in 210 milliseconds