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

  /art/runtime/openjdkjvmti/
ti_redefine.h 187 art::ObjPtr<art::mirror::DexCache> new_dex_cache,
192 art::ObjPtr<art::mirror::DexCache> new_dex_cache,
ti_redefine.cc     [all...]
  /art/runtime/mirror/
class.cc 193 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) {
194 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); local
    [all...]
class.h 721 // Also updates the dex_cache_strings_ variable from new_dex_cache.
722 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]

Completed in 56 milliseconds