Searched refs:new_dex_cache (Results 1 – 4 of 4) sorted by relevance
186 art::ObjPtr<art::mirror::DexCache> new_dex_cache,
1512 art::ObjPtr<art::mirror::DexCache> new_dex_cache, in UpdateClass() argument1535 mclass->SetDexCache(new_dex_cache.Ptr()); in UpdateClass()
238 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache() argument239 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); in SetDexCache()
633 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);