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

/art/runtime/mirror/
H A Dclass.cc131 void Class::SetDexCache(DexCache* new_dex_cache) { argument
132 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); local
133 SetDexCacheStrings(new_dex_cache != nullptr ? new_dex_cache->GetStrings() : nullptr);
H A Dclass.h703 // Also updates the dex_cache_strings_ variable from new_dex_cache.
704 void SetDexCache(DexCache* new_dex_cache) SHARED_REQUIRES(Locks::mutator_lock_);

Completed in 31 milliseconds