Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc980 return FindFieldByNameAndType(GetIFieldsPtr(), name, type); in FindDeclaredInstanceField()
1758 reinterpret_cast<uintptr_t>(&*GetIFieldsPtr()->end())) in GetInstanceFieldIdOffset()
1762 reinterpret_cast<uintptr_t>(&*GetIFieldsPtr()->begin())) in GetInstanceFieldIdOffset()
1765 uintptr_t start = reinterpret_cast<uintptr_t>(&GetIFieldsPtr()->At(0)); in GetInstanceFieldIdOffset()
1768 DCHECK_EQ(&GetIFieldsPtr()->At(res), field) in GetInstanceFieldIdOffset()
1770 << " got: " << GetIFieldsPtr()->At(res).PrettyField(); in GetInstanceFieldIdOffset()
Dclass-inl.h683 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() { in GetIFieldsPtr() function
757 return &GetIFieldsPtr()->At(i); in GetInstanceField()
1005 return MakeIterationRangeFromLengthPrefixedArray(GetIFieldsPtr()); in GetIFields()
Dclass.h995 LengthPrefixedArray<ArtField>* GetIFieldsPtr() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker_test.cc1132 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1134 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1136 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1138 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1140 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1142 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1144 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1146 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
Dproxy_test.cc107 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr); in TEST_F()
Dreflection.cc933 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in UnboxPrimitive()
Dmethod_handles.cc98 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in GetUnboxedTypeAndValue()
Dclass_linker.cc5228 CHECK(klass->GetIFieldsPtr() == nullptr); in CreateProxyClass()
8467 klass->GetIFieldsPtr(); in LinkFields()
/art/runtime/jni/
Djni_id_manager.cc442 size_t old_off = ArraySlice<ArtField>(old_class->GetIFieldsPtr()).OffsetOf(old_field); in VisitReflectiveTargets()
462 size_t new_off = ArraySlice<ArtField>(new_class->GetIFieldsPtr()).OffsetOf(new_field); in VisitReflectiveTargets()
/art/runtime/native/
Djava_lang_Class.cc418 ArtField* art_field = FindFieldByName(name, c->GetIFieldsPtr()); in GetDeclaredField()
/art/dex2oat/linker/
Dimage_writer.cc1590 as_klass->GetSFieldsPtr(), as_klass->GetIFieldsPtr(), in RecordNativeRelocations()