Home
last modified time | relevance | path

Searched refs:SetDexCache (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass.h633 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);
Dclass.cc238 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache() function in art::mirror::Class
/art/openjdkjvmti/
Dti_redefine.cc1535 mclass->SetDexCache(new_dex_cache.Ptr()); in UpdateClass()
/art/runtime/
Dclass_linker.cc3177 klass->SetDexCache(dex_cache); in DefineClass()
4867 temp_klass->SetDexCache(GetClassRoot<mirror::Proxy>(this)->GetDexCache()); in CreateProxyClass()