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()
1308 mirror::NativeArray<ArtField>* resolved_fields = cache->GetResolvedFieldsArray(); in CopyDexCache() local1311 resolved_fields); in CopyDexCache()1313 reinterpret_cast<mirror::DexCache*>(copy)->SetResolvedFieldsArray(resolved_fields); in CopyDexCache()
421 mirror::NativeArray<ArtField>* resolved_fields = native_visitor_(old_resolved_fields); in VisitDexCacheArrays() local422 dex_cache->SetResolvedFieldsArray(resolved_fields); in VisitDexCacheArrays()423 VisitNativeDexCacheArray(resolved_fields); in VisitDexCacheArrays()