Searched refs:new_dex_cache (Results 1 – 4 of 4) sorted by relevance
195 art::ObjPtr<art::mirror::DexCache> new_dex_cache,
1454 art::ObjPtr<art::mirror::DexCache> new_dex_cache, in UpdateClass() argument1464 mclass->SetDexCache(new_dex_cache.Ptr()); in UpdateClass()
245 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache() argument246 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); in SetDexCache()
673 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);