Home
last modified time | relevance | path

Searched refs:GetIFieldsPtr (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dclass_linker_test.cc1125 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1127 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1129 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1131 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1133 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1135 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1137 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1139 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
Dproxy_test.cc107 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr); in TEST_F()
Dreflection.cc891 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in UnboxPrimitive()
Dmethod_handles.cc97 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in GetUnboxedTypeAndValue()
/art/runtime/mirror/
Dclass-inl.h660 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() { in GetIFieldsPtr() function
734 return &GetIFieldsPtr()->At(i); in GetInstanceField()
975 return MakeIterationRangeFromLengthPrefixedArray(GetIFieldsPtr()); in GetIFields()
Dclass.h922 LengthPrefixedArray<ArtField>* GetIFieldsPtr() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Djava_lang_Class.cc385 ArtField* art_field = FindFieldByName(name, c->GetIFieldsPtr()); in GetDeclaredField()
/art/dex2oat/linker/
Dimage_writer.cc2000 as_klass->GetSFieldsPtr(), as_klass->GetIFieldsPtr(), in TryAssignBinSlot()