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

  /art/runtime/mirror/
class.cc 117 void Class::SetDexCache(DexCache* new_dex_cache) {
118 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache, false); local
class.h 503 void SetDexCache(DexCache* new_dex_cache) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]

Completed in 215 milliseconds