Searched defs:SetResolvedType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Ddex_cache-inl.h106 inline void DexCache::SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved) { function in class:art::mirror::DexCache
109 // Use a release store for SetResolvedType. This is done to prevent other threads from seeing a

Completed in 154 milliseconds