Searched refs:GetIFieldsPtr (Results 1 – 11 of 11) sorted by relevance
/art/runtime/mirror/ |
D | class.cc | 980 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()
|
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/ |
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()
|
D | class_linker.cc | 5228 CHECK(klass->GetIFieldsPtr() == nullptr); in CreateProxyClass() 8467 klass->GetIFieldsPtr(); in LinkFields()
|
/art/runtime/jni/ |
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()
|
/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()
|