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

  /art/openjdkjvmti/
ti_redefine.h 186 art::ObjPtr<art::mirror::DexCache> new_dex_cache,
ti_redefine.cc     [all...]
  /art/runtime/mirror/
class.cc 238 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) {
239 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); local
    [all...]
class.h 632 // Also updates the dex_cache_strings_ variable from new_dex_cache.
633 void SetDexCache(ObjPtr<DexCache> new_dex_cache) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]

Completed in 127 milliseconds