Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc1054 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic()
1061 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic()
1084 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic()
1091 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic()
1115 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance()
1127 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance()
1150 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance()
1161 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance()
1185 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic()
1192 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic()
[all …]
/art/runtime/
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()
Dart_field.h82 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
Dhidden_api.cc363 return field->GetDexFieldIndex(); in GetMemberDexIndex()
Dclass_linker.cc5584 const uint32_t field_idx = field->GetDexFieldIndex(); in InitializeClass()
8456 return field1->GetDexFieldIndex() < field2->GetDexFieldIndex(); in operator ()()
/art/runtime/verifier/
Dverifier_deps.cc937 const dex::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex()); in Dump()
1096 const dex::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex()); in VerifyFields()
1118 GetFieldDescription(dex_file, entry.GetDexFieldIndex()); in VerifyFields()
1122 + GetFieldDescription(dex_file, entry.GetDexFieldIndex()) in VerifyFields()
1128 + GetFieldDescription(dex_file, entry.GetDexFieldIndex()) in VerifyFields()
1135 + GetFieldDescription(dex_file, entry.GetDexFieldIndex()); in VerifyFields()
Dverifier_deps.h179 uint32_t GetDexFieldIndex() const { return std::get<0>(*this); } in GetDexFieldIndex() function
/art/runtime/mirror/
Ddex_cache_test.cc115 field.GetDexFieldIndex())); in TEST_F()
Dclass.cc986 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredInstanceField()
1026 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredStaticField()
/art/dex2oat/
Dverifier_deps_test.cc339 const dex::FieldId& field_id = dex_dep.first->GetFieldId(entry.GetDexFieldIndex()); in HasField()
1313 deps.fields_.insert(VerifierDeps::FieldResolution(entry.GetDexFieldIndex(), in TEST_F()
1338 deps.fields_.insert(VerifierDeps::FieldResolution(entry.GetDexFieldIndex(), in TEST_F()
1351 deps.fields_.insert(VerifierDeps::FieldResolution(entry.GetDexFieldIndex(), in TEST_F()
/art/runtime/dex/
Ddex_file_annotations.cc180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()
/art/compiler/optimizing/
Dinliner.cc813 field->GetDexFieldIndex(), in BuildGetReceiverClass()