Home
last modified time | relevance | path

Searched refs:resolved_fields (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc216 FieldDexCacheType* resolved_fields, in SetNativeArrays() argument
225 CHECK_EQ(num_resolved_fields != 0u, resolved_fields != nullptr); in SetNativeArrays()
231 SetResolvedFields(resolved_fields); in SetNativeArrays()
Ddex_cache.h374 void SetResolvedFields(FieldDexCacheType* resolved_fields) in SetResolvedFields() argument
377 SetFieldPtr<false>(ResolvedFieldsOffset(), resolved_fields); in SetResolvedFields()
483 FieldDexCacheType* resolved_fields,
/art/dex2oat/linker/
Dimage_writer.cc1125 mirror::FieldDexCacheType* resolved_fields = dex_cache->GetResolvedFields(); in ClearDexCache() local
1129 mirror::DexCache::SetNativePair(resolved_fields, slot_idx, invalid); in ClearDexCache()