Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc175 TypeDexCacheType* resolved_types, in Init() argument
189 CHECK_EQ(num_resolved_types != 0u, resolved_types != nullptr); in Init()
198 SetResolvedTypes(resolved_types); in Init()
Ddex_cache.h325 void SetResolvedTypes(TypeDexCacheType* resolved_types) in SetResolvedTypes() argument
328 SetFieldPtr<false>(ResolvedTypesOffset(), resolved_types); in SetResolvedTypes()
439 TypeDexCacheType* resolved_types,
/art/oatdump/
Doatdump.cc2251 auto* resolved_types = dex_cache->GetResolvedTypes(); in Callback() local
2253 auto pair = resolved_types[i].load(std::memory_order_relaxed); in Callback()
2256 auto other_pair = resolved_types[j].load(std::memory_order_relaxed); in Callback()