Home
last modified time | relevance | path

Searched refs:GetDexFieldIndex (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dart_field-inl.h322 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()
Dart_field.h91 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
Dhidden_api.cc463 return field->GetDexFieldIndex(); in GetMemberDexIndex()
Dclass_linker.cc5797 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/
Dstub_test.cc1053 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/
Ddex_cache.cc249 resolved_fields->Set(current_field.GetDexFieldIndex(), &current_field); in SetResolvedType()
252 resolved_fields->Set(current_field.GetDexFieldIndex(), &current_field); in SetResolvedType()
Ddex_cache_test.cc97 field.GetDexFieldIndex())); in TEST_F()
Dclass.cc1053 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/
Dinliner.cc807 field->GetDexFieldIndex(), in BuildGetReceiverClass()
/art/runtime/dex/
Ddex_file_annotations.cc179 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()