Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/
H A Dstub_test.cc1054 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 Dart_field-inl.h288 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 Dart_field.h82 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
H A Dhidden_api.cc382 return field->GetDexFieldIndex(); in GetMemberDexIndex()
H A Dclass_linker.cc5457 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 Ddex_cache_test.cc115 field.GetDexFieldIndex())); in TEST_F()
H A Dclass.cc955 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredInstanceField()
995 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredStaticField()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc702 field->GetDexFieldIndex(), in BuildGetReceiverClass()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()