Searched refs:resolved_fields (Results 1 – 3 of 3) sorted by relevance
246 auto* resolved_fields = GetResolvedFieldsArray(); in SetResolvedType() local247 if (resolved_fields != nullptr) { in SetResolvedType()249 resolved_fields->Set(current_field.GetDexFieldIndex(), ¤t_field); in SetResolvedType()252 resolved_fields->Set(current_field.GetDexFieldIndex(), ¤t_field); in SetResolvedType()
1327 mirror::NativeArray<ArtField>* resolved_fields = cache->GetResolvedFieldsArray(); in CopyDexCache() local1330 resolved_fields); in CopyDexCache()1332 reinterpret_cast<mirror::DexCache*>(copy)->SetResolvedFieldsArray(resolved_fields); in CopyDexCache()
418 mirror::NativeArray<ArtField>* resolved_fields = native_visitor_(old_resolved_fields); in VisitDexCacheArrays() local419 dex_cache->SetResolvedFieldsArray(resolved_fields); in VisitDexCacheArrays()420 VisitNativeDexCacheArray(resolved_fields); in VisitDexCacheArrays()