Searched refs:app_code_paths (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.cc509 std::set<std::string> app_code_paths; local
519 app_code_paths.insert(it.second.begin(), it.second.end());
526 app_code_paths,
586 const std::set<std::string>& app_code_paths,
598 if (app_code_paths.find(dex_location) != app_code_paths.end()) {
613 // operation). However we expect that app_code_paths is small (usually 1 element), and
624 if (CheckContainsWithRealPath(app_code_paths, dex_location_real_path_str)) {
584 MaybeRecordDexUseInternal( const std::string& dex_location, const std::set<std::string>& app_code_paths, const std::string& foreign_dex_profile_path, const std::set<std::string>& app_data_dirs) argument

Completed in 36 milliseconds