Home
last modified time | relevance | path

Searched refs:foreign_dex_profile_path (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc54 const std::string& foreign_dex_profile_path, in ProfileSaver() argument
57 foreign_dex_profile_path_(foreign_dex_profile_path), in ProfileSaver()
391 const std::string& foreign_dex_profile_path, in Start() argument
426 foreign_dex_profile_path, in Start()
510 std::string foreign_dex_profile_path; in NotifyDexUse() local
521 foreign_dex_profile_path = instance_->foreign_dex_profile_path_; in NotifyDexUse()
527 foreign_dex_profile_path, in NotifyDexUse()
554 static bool CreateForeignDexMarker(const std::string& foreign_dex_profile_path, in CreateForeignDexMarker() argument
562 std::string flag_path = foreign_dex_profile_path + "/" + *dex_location_real_path; in CreateForeignDexMarker()
587 const std::string& foreign_dex_profile_path, in MaybeRecordDexUseInternal() argument
[all …]
Dprofile_saver.h34 const std::string& foreign_dex_profile_path,
67 const std::string& foreign_dex_profile_path,
105 const std::string& foreign_dex_profile_path,
Djit.h135 const std::string& foreign_dex_profile_path,
Djit.cc311 const std::string& foreign_dex_profile_path, in StartProfileSaver() argument
314 ProfileSaver::Start(filename, code_cache_.get(), code_paths, foreign_dex_profile_path, app_dir); in StartProfileSaver()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc578 jstring foreign_dex_profile_path) { in VMRuntime_registerAppInfo() argument
593 if (foreign_dex_profile_path != nullptr) { in VMRuntime_registerAppInfo()
595 env->GetStringUTFChars(foreign_dex_profile_path, nullptr); in VMRuntime_registerAppInfo()
597 env->ReleaseStringUTFChars(foreign_dex_profile_path, raw_foreign_dex_profile_path); in VMRuntime_registerAppInfo()
/art/runtime/
Druntime.h476 const std::string& foreign_dex_profile_path,
Druntime.cc1749 const std::string& foreign_dex_profile_path, in RegisterAppInfo() argument
1775 foreign_dex_profile_path, in RegisterAppInfo()