Home
last modified time | relevance | path

Searched refs:ProfileSaverOptions (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jit/
Dprofile_saver_options.h21 struct ProfileSaverOptions { struct
37 ProfileSaverOptions() : in ProfileSaverOptions() argument
52 ProfileSaverOptions(
131 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) { argument
Dprofile_saver.h37 static void Start(const ProfileSaverOptions& options,
66 ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache);
116 static uint32_t GetExtraMethodHotnessFlags(const ProfileSaverOptions& options);
178 const ProfileSaverOptions options_;
Djit.h108 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions()
175 ProfileSaverOptions profile_saver_options_;
Dprofile_saver.cc84 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, jit::JitCodeCache* jit_code_cache) in ProfileSaver()
128 options_.GetMinFirstSaveMs() != ProfileSaverOptions::kMinFirstSaveMsNotSet; in Run()
334 const ProfileSaverOptions& options, in GetClassesAndMethodsHelper()
430 const ProfileSaverOptions& options) { in CalculateHotMethodSampleThreshold()
1016 void ProfileSaver::Start(const ProfileSaverOptions& options, in Start()
1300 uint32_t ProfileSaver::GetExtraMethodHotnessFlags(const ProfileSaverOptions& options) { in GetExtraMethodHotnessFlags()
/art/cmdline/
Dcmdline_types.h704 struct CmdlineType<ProfileSaverOptions> : CmdlineTypeParser<ProfileSaverOptions> {
705 using Result = CmdlineParseResult<ProfileSaverOptions>;
712 static Result ParseInto(ProfileSaverOptions& options,
713 T ProfileSaverOptions::*pField,
736 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) {
765 &ProfileSaverOptions::min_save_period_ms_,
771 &ProfileSaverOptions::min_first_save_ms_,
777 &ProfileSaverOptions::save_resolved_classes_delay_ms_,
783 &ProfileSaverOptions::hot_startup_method_samples_,
789 &ProfileSaverOptions::min_methods_to_save_,
[all …]
Dcmdline_parser_test.cc37 bool operator==(const ProfileSaverOptions& lhs, const ProfileSaverOptions& rhs) { in operator ==()
489 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument
490 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, 8, "abc", true); in TEST_F()
/art/runtime/
Dparsed_options.cc279 .WithType<ProfileSaverOptions>() in MakeParser()
301 .WithType<ProfileSaverOptions>() in MakeParser()
Druntime_options.def125 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*