Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h478 void NotifyDexLoaded(const std::string& dex_location);
Doat_file_manager.cc714 Runtime::Current()->NotifyDexLoaded(dex_location); in OpenDexFilesFromOat()
Druntime.cc1779 void Runtime::NotifyDexLoaded(const std::string& dex_location) { in NotifyDexLoaded() function in art::Runtime