Searched refs:GetDexFieldIndex (Results 1 – 12 of 12) sorted by relevance
/art/runtime/mirror/ |
D | field.cc | 63 if (GetDexFieldIndex() == 0) { in GetArtField() 66 DCHECK_EQ(GetDexFieldIndex(), 1U); in GetArtField() 71 ArtField* const art_field = dex_cache->GetResolvedField(GetDexFieldIndex(), sizeof(void*)); in GetArtField()
|
D | field-inl.h | 59 auto dex_field_index = field->GetDexFieldIndex(); in CreateFromArtField()
|
D | field.h | 47 ALWAYS_INLINE uint32_t GetDexFieldIndex() SHARED_REQUIRES(Locks::mutator_lock_) { in GetDexFieldIndex() function
|
D | class.cc | 677 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredInstanceField() 717 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredStaticField()
|
/art/runtime/arch/ |
D | stub_test.cc | 1297 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic() 1304 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic() 1327 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic() 1334 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic() 1358 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() 1370 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanInstance() 1393 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() 1404 size_t res2 = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteInstance() 1428 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic() 1435 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic() [all …]
|
/art/runtime/ |
D | art_field-inl.h | 257 uint32_t field_index = GetDexFieldIndex(); in GetName() 268 uint32_t field_index = GetDexFieldIndex(); in GetTypeDescriptor() 291 const uint32_t field_index = GetDexFieldIndex(); in GetType() 320 auto dex_field_index = GetDexFieldIndex(); in GetStringName()
|
D | art_field.h | 68 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
|
D | dex_file.cc | 1188 uint32_t field_index = field->GetDexFieldIndex(); in FindAnnotationSetForField()
|
D | class_linker.cc | 4616 const uint32_t field_idx = field->GetDexFieldIndex(); in InitializeClass() 7074 return field1->GetDexFieldIndex() < field2->GetDexFieldIndex(); in operator ()()
|
/art/compiler/dex/ |
D | verified_method.cc | 122 dequicken_map_.Put(dex_pc, DexFileReference(field->GetDexFile(), field->GetDexFieldIndex())); in GenerateDequickenMap()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 108 *declaring_field_idx = resolved_field->GetDexFieldIndex(); in GetResolvedFieldDexFileLocation()
|
/art/compiler/optimizing/ |
D | inliner.cc | 355 field->GetDexFieldIndex(), in BuildGetReceiverClass()
|