Searched refs:foreign_dex_profile_path (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jit/ |
D | profile_saver.cc | 54 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 …]
|
D | profile_saver.h | 34 const std::string& foreign_dex_profile_path, 67 const std::string& foreign_dex_profile_path, 105 const std::string& foreign_dex_profile_path,
|
D | jit.h | 135 const std::string& foreign_dex_profile_path,
|
D | jit.cc | 311 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/ |
D | dalvik_system_VMRuntime.cc | 578 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/ |
D | runtime.h | 476 const std::string& foreign_dex_profile_path,
|
D | runtime.cc | 1749 const std::string& foreign_dex_profile_path, in RegisterAppInfo() argument 1775 foreign_dex_profile_path, in RegisterAppInfo()
|