Searched refs:GetDexFieldIndex (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 1054 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic() 1084 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic() 1115 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() 1150 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() 1185 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic() 1215 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetShortStatic() 1246 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharInstance() 1280 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetShortInstance() 1315 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSet32Static() 1347 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSet32Instance() [all …]
|
/aosp12/art/runtime/ |
H A D | art_field-inl.h | 288 uint32_t field_index = GetDexFieldIndex(); in GetName() 299 uint32_t field_index = GetDexFieldIndex(); in GetTypeDescriptor() 326 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in LookupResolvedType() 336 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in ResolveType() 356 uint32_t dex_field_index = GetDexFieldIndex(); in ResolveNameString()
|
H A D | art_field.h | 82 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
|
H A D | hidden_api.cc | 382 return field->GetDexFieldIndex(); in GetMemberDexIndex()
|
H A D | class_linker.cc | 5457 const uint32_t field_idx = field->GetDexFieldIndex(); in InitializeClass() 8658 CHECK_EQ(lhs_field->GetDexFieldIndex() < rhs_field->GetDexFieldIndex(), in LinkFields() 8660 return lhs_field->GetDexFieldIndex() < rhs_field->GetDexFieldIndex(); in LinkFields() 8671 CHECK_EQ(lhs_field->GetDexFieldIndex() > rhs_field->GetDexFieldIndex(), in LinkFields() 8701 return lhs_field->GetDexFieldIndex() < rhs_field->GetDexFieldIndex(); in LinkFields()
|
/aosp12/art/runtime/mirror/ |
H A D | dex_cache_test.cc | 115 field.GetDexFieldIndex())); in TEST_F()
|
H A D | class.cc | 955 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredInstanceField() 995 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredStaticField()
|
/aosp12/art/compiler/optimizing/ |
H A D | inliner.cc | 702 field->GetDexFieldIndex(), in BuildGetReceiverClass()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()
|