Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc309 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { in SetDexCache() argument
310 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); in SetDexCache()
H A Dclass.h723 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);
/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc3016 art::ObjPtr<art::mirror::DexCache> new_dex_cache(holder.GetNewDexCache()); in UpdateClassInPlace() local
3039 mclass->SetDexCache(new_dex_cache.Ptr()); in UpdateClassInPlace()