Searched refs:code_paths (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jit/ |
D | profile_saver.h | 36 const std::vector<std::string>& code_paths) 69 const std::vector<std::string>& code_paths); 97 const std::vector<std::string>& code_paths)
|
D | profile_saver.cc | 84 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()
|
D | jit.h | 256 const std::vector<std::string>& code_paths);
|
D | jit.cc | 329 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/ |
D | dalvik_system_VMRuntime.cc | 641 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/ |
D | runtime.cc | 2320 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()
|
D | runtime.h | 489 void RegisterAppInfo(const std::vector<std::string>& code_paths,
|