HomeSort by relevance Sort by last modified time
    Searched refs:new_dex_cache (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
class.cc 150 void Class::SetDexCache(DexCache* new_dex_cache) {
151 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); local
class.h 639 void SetDexCache(DexCache* new_dex_cache) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]

Completed in 49 milliseconds