Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc349 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache() argument
350 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); in SetDexCache()
Dclass.h701 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);
/art/openjdkjvmti/
Dti_redefine.cc3001 art::ObjPtr<art::mirror::DexCache> new_dex_cache(holder.GetNewDexCache()); in UpdateClassInPlace() local
3024 mclass->SetDexCache(new_dex_cache.Ptr()); in UpdateClassInPlace()