Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h36 const std::vector<std::string>& code_paths)
69 const std::vector<std::string>& code_paths);
97 const std::vector<std::string>& code_paths)
Dprofile_saver.cc84 const std::vector<std::string>& code_paths) in ProfileSaver() argument
103 AddTrackedLocations(output_filename, code_paths); in ProfileSaver()
687 const std::vector<std::string>& code_paths) { in Start() argument
695 for (const std::string& location : code_paths) { in Start()
708 for (const std::string& location : code_paths) { in Start()
814 const std::vector<std::string>& code_paths, in AddTrackedLocationsToMap() argument
826 for (const std::string& path : code_paths) { in AddTrackedLocationsToMap()
852 const std::vector<std::string>& code_paths) { in AddTrackedLocations() argument
854 AddTrackedLocationsToMap(output_filename, code_paths, &tracked_dex_base_locations_); in AddTrackedLocations()
864 code_paths, in AddTrackedLocations()
Djit.h256 const std::vector<std::string>& code_paths);
Djit.cc329 const std::vector<std::string>& code_paths) { in StartProfileSaver() argument
331 ProfileSaver::Start(options_->GetProfileSaverOptions(), filename, code_cache_, code_paths); in StartProfileSaver()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc641 jobjectArray code_paths) { in VMRuntime_registerAppInfo() argument
643 int code_paths_length = env->GetArrayLength(code_paths); in VMRuntime_registerAppInfo()
645 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo()
/art/runtime/
Druntime.cc2320 void Runtime::RegisterAppInfo(const std::vector<std::string>& code_paths, in RegisterAppInfo() argument
2328 << " " << android::base::Join(code_paths, ':'); in RegisterAppInfo()
2338 if (code_paths.empty()) { in RegisterAppInfo()
2343 jit_->StartProfileSaver(profile_output_filename, code_paths); in RegisterAppInfo()
Druntime.h489 void RegisterAppInfo(const std::vector<std::string>& code_paths,