Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc218 MethodTypeDexCacheType* resolved_method_types, in SetNativeArrays() argument
226 CHECK_EQ(num_resolved_method_types != 0u, resolved_method_types != nullptr); in SetNativeArrays()
232 SetResolvedMethodTypes(resolved_method_types); in SetNativeArrays()
Ddex_cache.h386 void SetResolvedMethodTypes(MethodTypeDexCacheType* resolved_method_types) in SetResolvedMethodTypes() argument
389 SetFieldPtr<false>(ResolvedMethodTypesOffset(), resolved_method_types); in SetResolvedMethodTypes()
485 MethodTypeDexCacheType* resolved_method_types,
/art/dex2oat/linker/
Dimage_writer.cc1146 mirror::MethodTypeDexCacheType* resolved_method_types = dex_cache->GetResolvedMethodTypes(); in ClearDexCache() local
1151 resolved_method_types[slot_idx].store(invalid, std::memory_order_relaxed); in ClearDexCache()