Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dfield.cc63 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()
Dfield-inl.h59 auto dex_field_index = field->GetDexFieldIndex(); in CreateFromArtField()
Dfield.h47 ALWAYS_INLINE uint32_t GetDexFieldIndex() SHARED_REQUIRES(Locks::mutator_lock_) { in GetDexFieldIndex() function
Dclass.cc677 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredInstanceField()
717 if (field.GetDexFieldIndex() == dex_field_idx) { in FindDeclaredStaticField()
/art/runtime/arch/
Dstub_test.cc1297 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/
Dart_field-inl.h257 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()
Dart_field.h68 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
Ddex_file.cc1188 uint32_t field_index = field->GetDexFieldIndex(); in FindAnnotationSetForField()
Dclass_linker.cc4616 const uint32_t field_idx = field->GetDexFieldIndex(); in InitializeClass()
7074 return field1->GetDexFieldIndex() < field2->GetDexFieldIndex(); in operator ()()
/art/compiler/dex/
Dverified_method.cc122 dequicken_map_.Put(dex_pc, DexFileReference(field->GetDexFile(), field->GetDexFieldIndex())); in GenerateDequickenMap()
/art/compiler/driver/
Dcompiler_driver-inl.h108 *declaring_field_idx = resolved_field->GetDexFieldIndex(); in GetResolvedFieldDexFileLocation()
/art/compiler/optimizing/
Dinliner.cc355 field->GetDexFieldIndex(), in BuildGetReceiverClass()