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

/art/runtime/jit/
H A Djit.cc311 const std::string& foreign_dex_profile_path,
314 ProfileSaver::Start(filename, code_cache_.get(), code_paths, foreign_dex_profile_path, app_dir);
309 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.cc54 const std::string& foreign_dex_profile_path,
57 foreign_dex_profile_path_(foreign_dex_profile_path),
391 const std::string& foreign_dex_profile_path,
426 foreign_dex_profile_path,
510 std::string foreign_dex_profile_path; local
521 foreign_dex_profile_path = instance_->foreign_dex_profile_path_;
527 foreign_dex_profile_path,
554 static bool CreateForeignDexMarker(const std::string& foreign_dex_profile_path, argument
562 std::string flag_path = foreign_dex_profile_path + "/" + *dex_location_real_path;
587 const std::string& foreign_dex_profile_path,
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
584 MaybeRecordDexUseInternal( const std::string& dex_location, const std::set<std::string>& app_code_paths, const std::string& foreign_dex_profile_path, const std::set<std::string>& app_data_dirs) argument
[all...]
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc578 jstring foreign_dex_profile_path) {
593 if (foreign_dex_profile_path != nullptr) {
595 env->GetStringUTFChars(foreign_dex_profile_path, nullptr);
597 env->ReleaseStringUTFChars(foreign_dex_profile_path, raw_foreign_dex_profile_path);
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.cc1749 const std::string& foreign_dex_profile_path,
1775 foreign_dex_profile_path,
1747 RegisterAppInfo(const std::vector<std::string>& code_paths, const std::string& profile_output_filename, const std::string& foreign_dex_profile_path, const std::string& app_dir) argument

Completed in 3966 milliseconds