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.cc357 return field->GetDexFieldIndex(); in GetMemberDexIndex()
/art/runtime/mirror/
Dfield-inl.h72 auto dex_field_index = field->GetDexFieldIndex(); in CreateFromArtField()
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/runtime/verifier/
Dverifier_deps.cc884 const dex::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex()); in Dump()
1043 const dex::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex()); in VerifyFields()
1065 GetFieldDescription(dex_file, entry.GetDexFieldIndex()); in VerifyFields()
1069 + GetFieldDescription(dex_file, entry.GetDexFieldIndex()) in VerifyFields()
1075 + GetFieldDescription(dex_file, entry.GetDexFieldIndex()) in VerifyFields()
1082 + GetFieldDescription(dex_file, entry.GetDexFieldIndex()); in VerifyFields()
Dverifier_deps.h177 uint32_t GetDexFieldIndex() const { return std::get<0>(*this); } in GetDexFieldIndex() function
/art/dex2oat/
Dverifier_deps_test.cc339 const dex::FieldId& field_id = dex_dep.first->GetFieldId(entry.GetDexFieldIndex()); in HasField()
1307 deps.fields_.insert(VerifierDeps::FieldResolution(entry.GetDexFieldIndex(), in TEST_F()
1332 deps.fields_.insert(VerifierDeps::FieldResolution(entry.GetDexFieldIndex(), in TEST_F()
1345 deps.fields_.insert(VerifierDeps::FieldResolution(entry.GetDexFieldIndex(), in TEST_F()
/art/compiler/optimizing/
Dinliner.cc806 field->GetDexFieldIndex(), in BuildGetReceiverClass()
/art/runtime/dex/
Ddex_file_annotations.cc180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()