Lines Matching refs:field

232       ArtField* field = jni::DecodeArtField(WellKnownClasses::dalvik_system_DexFile_cookie);  in ClearDexFileCookies()  local
234 field->SetObject</*kTransactionActive*/false>(obj, nullptr); in ClearDexFileCookies()
841 ArtField* field = klass->GetStaticField(i); in AssignImageBinSlot() local
842 if (!field->IsFinal()) { in AssignImageBinSlot()
1329 ArtField* field = pair.object; in PreloadDexCache() local
1330 if (field != nullptr && i > stored_index) { in PreloadDexCache()
1344 if (field == nullptr || i < stored_index) { in PreloadDexCache()
1348 field = class_linker->FindResolvedFieldJLS(last_class, dex_cache, class_loader, i); in PreloadDexCache()
1349 DCHECK(field == nullptr || dex_cache->GetResolvedField(i, target_ptr_size_) == field); in PreloadDexCache()
1617 ArtField* field = &cur_fields->At(i); in RecordNativeRelocations() local
1618 auto it2 = native_object_relocations_.find(field); in RecordNativeRelocations()
1620 << " already assigned " << field->PrettyField() << " static=" << field->IsStatic(); in RecordNativeRelocations()
1621 DCHECK(!IsInBootImage(field)); in RecordNativeRelocations()
1623 field, in RecordNativeRelocations()
2146 ArtField* field = jni::DecodeArtField(WellKnownClasses::dalvik_system_DexFile_cookie); in VerifyImageBinSlotsAssigned() local
2147 CHECK(field->GetObject(ref) == nullptr); in VerifyImageBinSlotsAssigned()
2946 auto* field = reinterpret_cast<ArtField*>(elem); in FixupPointerArray() local
2947 LOG(FATAL) << "No relocation entry for ArtField " << field->PrettyField() << " @ " in FixupPointerArray()
2948 << field << " idx=" << i << "/" << num_elements << " with declaring class " in FixupPointerArray()
2949 << Class::PrettyClass(field->GetDeclaringClass()); in FixupPointerArray()