Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.h40 const std::vector<std::string>& code_paths,
97 const std::vector<std::string>& code_paths,
Dprofile_saver.cc986 const std::vector<std::string>& code_paths, in Start() argument
995 for (const std::string& location : code_paths) { in Start()
1008 for (const std::string& location : code_paths) { in Start()
1118 const std::vector<std::string>& code_paths, in AddTrackedLocationsToMap() argument
1130 for (const std::string& path : code_paths) { in AddTrackedLocationsToMap()
1156 const std::vector<std::string>& code_paths, in AddTrackedLocations() argument
1165 AddTrackedLocationsToMap(output_filename, code_paths, &tracked_dex_base_locations_); in AddTrackedLocations()
1175 code_paths, in AddTrackedLocations()
Djit.h282 const std::vector<std::string>& code_paths,
Djit.cc277 const std::vector<std::string>& code_paths, in StartProfileSaver() argument
283 code_paths, in StartProfileSaver()
/art/runtime/
Dapp_info.cc53 const std::vector<std::string>& code_paths, in RegisterAppInfo() argument
61 for (const std::string& code_path : code_paths) { in RegisterAppInfo()
Dapp_info.h61 const std::vector<std::string>& code_paths,
Druntime.cc2866 const std::vector<std::string>& code_paths, in RegisterAppInfo() argument
2872 code_paths, in RegisterAppInfo()
2887 << " " << android::base::Join(code_paths, ':'); in RegisterAppInfo()
2894 if (code_paths.empty()) { in RegisterAppInfo()
2903 for (const std::string& path : code_paths) { in RegisterAppInfo()
2920 android::base::Join(code_paths, ',')); in RegisterAppInfo()
2924 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename); in RegisterAppInfo()
Druntime.h618 const std::vector<std::string>& code_paths,
/art/runtime/native/
Ddalvik_system_VMRuntime.cc373 jobjectArray code_paths, in VMRuntime_registerAppInfo() argument
376 int code_paths_length = env->GetArrayLength(code_paths); in VMRuntime_registerAppInfo()
378 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo()