Searched refs:GetIFieldsPtr (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | class_linker_test.cc | 1132 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()
|
D | proxy_test.cc | 107 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr); in TEST_F()
|
D | reflection.cc | 933 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in UnboxPrimitive()
|
D | method_handles.cc | 98 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0); in GetUnboxedTypeAndValue()
|
/art/runtime/mirror/ |
D | class.cc | 980 return FindFieldByNameAndType(GetIFieldsPtr(), name, type); in FindDeclaredInstanceField() 1782 reinterpret_cast<uintptr_t>(&*GetIFieldsPtr()->end())) in GetInstanceFieldIdOffset() 1786 reinterpret_cast<uintptr_t>(&*GetIFieldsPtr()->begin())) in GetInstanceFieldIdOffset() 1789 uintptr_t start = reinterpret_cast<uintptr_t>(&GetIFieldsPtr()->At(0)); in GetInstanceFieldIdOffset() 1792 DCHECK_EQ(&GetIFieldsPtr()->At(res), field) in GetInstanceFieldIdOffset() 1794 << " got: " << GetIFieldsPtr()->At(res).PrettyField(); in GetInstanceFieldIdOffset()
|
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()
|
D | class.h | 995 LengthPrefixedArray<ArtField>* GetIFieldsPtr() REQUIRES_SHARED(Locks::mutator_lock_);
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 441 size_t old_off = ArraySlice<ArtField>(old_class->GetIFieldsPtr()).OffsetOf(old_field); in VisitReflectiveTargets() 461 size_t new_off = ArraySlice<ArtField>(new_class->GetIFieldsPtr()).OffsetOf(new_field); in VisitReflectiveTargets()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 418 ArtField* art_field = FindFieldByName(name, c->GetIFieldsPtr()); in GetDeclaredField()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1590 as_klass->GetSFieldsPtr(), as_klass->GetIFieldsPtr(), in RecordNativeRelocations()
|