Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc212 TypeDexCacheType* resolved_types, in SetNativeArrays() argument
223 CHECK_EQ(num_resolved_types != 0u, resolved_types != nullptr); in SetNativeArrays()
229 SetResolvedTypes(resolved_types); in SetNativeArrays()
Ddex_cache.h354 void SetResolvedTypes(TypeDexCacheType* resolved_types) in SetResolvedTypes() argument
357 SetFieldPtr<false>(ResolvedTypesOffset(), resolved_types); in SetResolvedTypes()
479 TypeDexCacheType* resolved_types,
/art/dex2oat/linker/
Dimage_writer.cc1132 mirror::TypeDexCacheType* resolved_types = dex_cache->GetResolvedTypes(); in ClearDexCache() local
1136 resolved_types[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache()