Home
last modified time | relevance | path

Searched refs:SetDexFile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc126 SetDexFile(dex_file); in InitializeNativeFields()
142 SetDexFile(nullptr); in ResetNativeFields()
Ddex_cache.h444 void SetDexFile(const DexFile* dex_file) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexFile() function
/art/runtime/
Dclass_linker.cc1723 dex_cache->SetDexFile(dex_file.get()); in OpenImageDexFiles()