Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc148 void Class::SetDexCache(DexCache* new_dex_cache) { in SetDexCache() function in art::mirror::Class
Dclass.h652 void SetDexCache(DexCache* new_dex_cache) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc2256 klass->SetDexCache(FindDexCache(dex_file)); in DefineClass()
3795 klass->SetDexCache(proxy_class->GetDexCache()); in CreateProxyClass()