Searched refs:SetDexCache (Results 1 – 4 of 4) sorted by relevance
633 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);
238 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache() function in art::mirror::Class
1535 mclass->SetDexCache(new_dex_cache.Ptr()); in UpdateClass()
3177 klass->SetDexCache(dex_cache); in DefineClass()4867 temp_klass->SetDexCache(GetClassRoot<mirror::Proxy>(this)->GetDexCache()); in CreateProxyClass()