Searched refs:SetDexCache (Results 1 – 3 of 3) sorted by relevance
148 void Class::SetDexCache(DexCache* new_dex_cache) { in SetDexCache() function in art::mirror::Class
652 void SetDexCache(DexCache* new_dex_cache) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
2256 klass->SetDexCache(FindDexCache(dex_file)); in DefineClass()3795 klass->SetDexCache(proxy_class->GetDexCache()); in CreateProxyClass()