Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc245 TypeDexCacheType* resolved_types, in Init() argument
258 CHECK_EQ(num_resolved_types != 0u, resolved_types != nullptr); in Init()
267 SetResolvedTypes(resolved_types); in Init()
Ddex_cache.h361 void SetResolvedTypes(TypeDexCacheType* resolved_types) in SetResolvedTypes() argument
364 SetFieldPtr<false>(ResolvedTypesOffset(), resolved_types); in SetResolvedTypes()
490 TypeDexCacheType* resolved_types,
/art/oatdump/
Doatdump.cc2321 auto* resolved_types = dex_cache->GetResolvedTypes(); in DumpObject() local
2323 auto pair = resolved_types[i].load(std::memory_order_relaxed); in DumpObject()
2326 auto other_pair = resolved_types[j].load(std::memory_order_relaxed); in DumpObject()