Searched refs:GetDexFieldIndex (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | art_field-inl.h | 322 uint32_t field_index = GetDexFieldIndex(); in GetName() 332 uint32_t field_index = GetDexFieldIndex(); in GetNameView() 342 uint32_t field_index = GetDexFieldIndex(); in GetTypeDescriptor() 353 uint32_t field_index = GetDexFieldIndex(); in GetTypeDescriptorView() 377 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in LookupResolvedType() 387 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this); in ResolveType() 408 return GetDexFile()->GetFieldDeclaringClassDescriptor(GetDexFieldIndex()); in GetDeclaringClassDescriptor() 413 return GetDexFile()->GetFieldDeclaringClassDescriptorView(GetDexFieldIndex()); in GetDeclaringClassDescriptorView() 417 uint32_t dex_field_index = GetDexFieldIndex(); in ResolveNameString()
|
D | art_field.h | 91 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
|
D | hidden_api.cc | 463 return field->GetDexFieldIndex(); in GetMemberDexIndex()
|
D | class_linker.cc | 5797 const uint32_t field_idx = field->GetDexFieldIndex(); in InitializeClass() 9340 CHECK_EQ(lhs_field->GetDexFieldIndex() < rhs_field->GetDexFieldIndex(), in LinkFields() 9342 return lhs_field->GetDexFieldIndex() < rhs_field->GetDexFieldIndex(); in LinkFields() 9353 CHECK_EQ(lhs_field->GetDexFieldIndex() > rhs_field->GetDexFieldIndex(), in LinkFields() 9383 return lhs_field->GetDexFieldIndex() < rhs_field->GetDexFieldIndex(); in LinkFields()
|
/art/runtime/arch/ |
D | stub_test.cc | 1053 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic() 1060 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic() 1083 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic() 1090 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic() 1114 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() 1126 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() 1149 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() 1160 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() 1184 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic() 1191 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic() [all …]
|
/art/runtime/mirror/ |
D | dex_cache.cc | 249 resolved_fields->Set(current_field.GetDexFieldIndex(), ¤t_field); in SetResolvedType() 252 resolved_fields->Set(current_field.GetDexFieldIndex(), ¤t_field); in SetResolvedType()
|
D | dex_cache_test.cc | 97 field.GetDexFieldIndex())); in TEST_F()
|
D | class.cc | 1053 return dex_file.GetFieldId(field.GetDexFieldIndex()); in FindFieldByNameAndType() 1109 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredInstanceField() 1160 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredStaticField() 1382 const dex::FieldId& other_field_id = dex_file.GetFieldId(field.GetDexFieldIndex()); in FindFieldImpl() 1391 const dex::FieldId& other_field_id = dex_file.GetFieldId(field.GetDexFieldIndex()); in FindFieldImpl()
|
/art/compiler/optimizing/ |
D | inliner.cc | 807 field->GetDexFieldIndex(), in BuildGetReceiverClass()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 179 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()
|