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

/art/openjdkjvmti/
H A Dti_redefine.cc1454 art::ObjPtr<art::mirror::DexCache> new_dex_cache,
1464 mclass->SetDexCache(new_dex_cache.Ptr());
1452 UpdateClass( art::ObjPtr<art::mirror::Class> mclass, art::ObjPtr<art::mirror::DexCache> new_dex_cache, art::ObjPtr<art::mirror::Object> original_dex_file) argument
/art/runtime/mirror/
H A Dclass.cc245 void Class::SetDexCache(ObjPtr<DexCache> new_dex_cache) { argument
246 SetFieldObjectTransaction(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); local

Completed in 70 milliseconds