Searched refs:code_paths (Results 1 – 9 of 9) sorted by relevance
/art/runtime/jit/ |
D | profile_saver.h | 40 const std::vector<std::string>& code_paths, 97 const std::vector<std::string>& code_paths,
|
D | profile_saver.cc | 986 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()
|
D | jit.h | 282 const std::vector<std::string>& code_paths,
|
D | jit.cc | 277 const std::vector<std::string>& code_paths, in StartProfileSaver() argument 283 code_paths, in StartProfileSaver()
|
/art/runtime/ |
D | app_info.cc | 53 const std::vector<std::string>& code_paths, in RegisterAppInfo() argument 61 for (const std::string& code_path : code_paths) { in RegisterAppInfo()
|
D | app_info.h | 61 const std::vector<std::string>& code_paths,
|
D | runtime.cc | 2866 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()
|
D | runtime.h | 618 const std::vector<std::string>& code_paths,
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 373 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()
|