Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc131 void Class::SetDexCache(DexCache* new_dex_cache) { in SetDexCache() argument
132 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); in SetDexCache()
133 SetDexCacheStrings(new_dex_cache != nullptr ? new_dex_cache->GetStrings() : nullptr); in SetDexCache()
Dclass.h712 void SetDexCache(DexCache* new_dex_cache) SHARED_REQUIRES(Locks::mutator_lock_);