Searched defs:code_paths (Results 1 - 4 of 4) sorted by relevance

/art/runtime/jit/
H A Djit.cc319 const std::vector<std::string>& code_paths,
323 ProfileSaver::Start(filename, code_cache_.get(), code_paths, foreign_dex_profile_path, app_dir);
318 StartProfileSaver(const std::string& filename, const std::vector<std::string>& code_paths, const std::string& foreign_dex_profile_path, const std::string& app_dir) argument
H A Dprofile_saver.cc53 const std::vector<std::string>& code_paths,
76 AddTrackedLocations(output_filename, app_data_dir, code_paths);
390 const std::vector<std::string>& code_paths,
399 for (const std::string& location : code_paths) {
415 // Add the code_paths to the tracked locations.
488 const std::vector<std::string>& code_paths) {
492 std::set<std::string>(code_paths.begin(), code_paths.end()));
497 it->second.insert(code_paths.begin(), code_paths
51 ProfileSaver(const std::string& output_filename, jit::JitCodeCache* jit_code_cache, const std::vector<std::string>& code_paths, const std::string& foreign_dex_profile_path, const std::string& app_data_dir) argument
388 Start(const std::string& output_filename, jit::JitCodeCache* jit_code_cache, const std::vector<std::string>& code_paths, const std::string& foreign_dex_profile_path, const std::string& app_data_dir) argument
486 AddTrackedLocations(const std::string& output_filename, const std::string& app_data_dir, const std::vector<std::string>& code_paths) argument
[all...]
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc577 jobjectArray code_paths,
580 int code_paths_length = env->GetArrayLength(code_paths);
582 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i));
573 VMRuntime_registerAppInfo(JNIEnv* env, jclass clazz ATTRIBUTE_UNUSED, jstring profile_file, jstring app_dir, jobjectArray code_paths, jstring foreign_dex_profile_path) argument
/art/runtime/
H A Druntime.cc1776 void Runtime::RegisterAppInfo(const std::vector<std::string>& code_paths, argument
1786 << " " << Join(code_paths, ':');
1796 if (code_paths.empty()) {
1803 code_paths,

Completed in 88 milliseconds