Searched refs:GetIFieldsPtr (Results 1 – 11 of 11) sorted by relevance
/aosp12/art/runtime/ |
H A D | class_linker_test.cc | 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() 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()
|
H A D | proxy_test.cc | 107 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr); in TEST_F()
|
H A D | reflection.cc | 955 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in UnboxPrimitive()
|
H A D | method_handles.cc | 98 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in GetUnboxedTypeAndValue()
|
H A D | class_linker.cc | 5105 CHECK(klass->GetIFieldsPtr() == nullptr); in CreateProxyClass() 8576 klass->GetIFieldsPtr(); in LinkFields()
|
/aosp12/art/runtime/mirror/ |
H A D | class.cc | 949 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()
|
H A D | class-inl.h | 683 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() { in GetIFieldsPtr() function 757 return &GetIFieldsPtr()->At(i); in GetInstanceField() 1005 return MakeIterationRangeFromLengthPrefixedArray(GetIFieldsPtr()); in GetIFields()
|
H A D | class.h | 1006 LengthPrefixedArray<ArtField>* GetIFieldsPtr() REQUIRES_SHARED(Locks::mutator_lock_);
|
/aosp12/art/runtime/jni/ |
H A D | jni_id_manager.cc | 442 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()
|
/aosp12/art/runtime/native/ |
H A D | java_lang_Class.cc | 420 ArtField* art_field = FindFieldByName(name, c->GetIFieldsPtr()); in GetDeclaredField()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 1346 klass->GetSFieldsPtr(), klass->GetIFieldsPtr(), in RecordNativeRelocations()
|