Searched refs:NotifyDexLoaded (Results 1 – 3 of 3) sorted by relevance
478 void NotifyDexLoaded(const std::string& dex_location);
714 Runtime::Current()->NotifyDexLoaded(dex_location); in OpenDexFilesFromOat()
1779 void Runtime::NotifyDexLoaded(const std::string& dex_location) { in NotifyDexLoaded() function in art::Runtime