Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker_test.cc1135 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()
1141 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1143 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1145 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1147 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
1149 EXPECT_STREQ("value", c->GetIFieldsPtr()->At(0).GetName()); in TEST_F()
Dproxy_test.cc107 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr); in TEST_F()
Dreflection.cc955 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in UnboxPrimitive()
Dmethod_handles.cc98 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in GetUnboxedTypeAndValue()
Dclass_linker.cc5105 CHECK(klass->GetIFieldsPtr() == nullptr); in CreateProxyClass()
8576 klass->GetIFieldsPtr(); in LinkFields()
/art/runtime/mirror/
Dclass.cc949 return FindFieldByNameAndType(GetIFieldsPtr(), name, type); in FindDeclaredInstanceField()
1727 reinterpret_cast<uintptr_t>(&*GetIFieldsPtr()->end())) in GetInstanceFieldIdOffset()
1731 reinterpret_cast<uintptr_t>(&*GetIFieldsPtr()->begin())) in GetInstanceFieldIdOffset()
1734 uintptr_t start = reinterpret_cast<uintptr_t>(&GetIFieldsPtr()->At(0)); in GetInstanceFieldIdOffset()
1737 DCHECK_EQ(&GetIFieldsPtr()->At(res), field) in GetInstanceFieldIdOffset()
1739 << " 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.h1006 LengthPrefixedArray<ArtField>* GetIFieldsPtr() REQUIRES_SHARED(Locks::mutator_lock_);
/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.cc420 ArtField* art_field = FindFieldByName(name, c->GetIFieldsPtr()); in GetDeclaredField()
/art/dex2oat/linker/
Dimage_writer.cc1346 klass->GetSFieldsPtr(), klass->GetIFieldsPtr(), in RecordNativeRelocations()