Searched refs:code_paths (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jit/ |
D | profile_saver.h | 33 const std::vector<std::string>& code_paths, 66 const std::vector<std::string>& code_paths, 91 const std::vector<std::string>& code_paths)
|
D | profile_saver.cc | 53 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()
|
D | jit.h | 134 const std::vector<std::string>& code_paths,
|
D | jit.cc | 310 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/ |
D | dalvik_system_VMRuntime.cc | 577 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/ |
D | runtime.cc | 1747 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()
|
D | runtime.h | 474 void RegisterAppInfo(const std::vector<std::string>& code_paths,
|