Home
last modified time | relevance | path

Searched refs:code_paths (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h33 const std::vector<std::string>& code_paths,
66 const std::vector<std::string>& code_paths,
91 const std::vector<std::string>& code_paths)
Dprofile_saver.cc53 const std::vector<std::string>& code_paths, in ProfileSaver() argument
76 AddTrackedLocations(output_filename, app_data_dir, code_paths); in ProfileSaver()
390 const std::vector<std::string>& code_paths, in Start() argument
399 for (const std::string& location : code_paths) { in Start()
488 const std::vector<std::string>& code_paths) { in AddTrackedLocations() argument
492 std::set<std::string>(code_paths.begin(), code_paths.end())); in AddTrackedLocations()
497 it->second.insert(code_paths.begin(), code_paths.end()); in AddTrackedLocations()
Djit.h134 const std::vector<std::string>& code_paths,
Djit.cc310 const std::vector<std::string>& code_paths, in StartProfileSaver() argument
314 ProfileSaver::Start(filename, code_cache_.get(), code_paths, foreign_dex_profile_path, app_dir); in StartProfileSaver()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc577 jobjectArray code_paths, in VMRuntime_registerAppInfo() argument
580 int code_paths_length = env->GetArrayLength(code_paths); in VMRuntime_registerAppInfo()
582 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo()
/art/runtime/
Druntime.cc1747 void Runtime::RegisterAppInfo(const std::vector<std::string>& code_paths, in RegisterAppInfo() argument
1757 << " " << Join(code_paths, ':'); in RegisterAppInfo()
1767 if (code_paths.empty()) { in RegisterAppInfo()
1774 code_paths, in RegisterAppInfo()
Druntime.h474 void RegisterAppInfo(const std::vector<std::string>& code_paths,