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
34 ProfileSaverOptions() : in ProfileSaverOptions() argument
48 ProfileSaverOptions(
122 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) { argument
Dprofile_saver.h33 static void Start(const ProfileSaverOptions& options,
61 ProfileSaver(const ProfileSaverOptions& options,
156 const ProfileSaverOptions options_;
Djit.h104 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions()
172 ProfileSaverOptions profile_saver_options_;
Dprofile_saver.cc84 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, in ProfileSaver()
707 void ProfileSaver::Start(const ProfileSaverOptions& options, in Start()
/art/cmdline/
Dcmdline_types.h687 struct CmdlineType<ProfileSaverOptions> : CmdlineTypeParser<ProfileSaverOptions> {
688 using Result = CmdlineParseResult<ProfileSaverOptions>;
695 static Result ParseInto(ProfileSaverOptions& options,
696 T ProfileSaverOptions::*pField,
719 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) {
748 &ProfileSaverOptions::min_save_period_ms_,
754 &ProfileSaverOptions::save_resolved_classes_delay_ms_,
760 &ProfileSaverOptions::hot_startup_method_samples_,
766 &ProfileSaverOptions::min_methods_to_save_,
772 &ProfileSaverOptions::min_classes_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, "abc", true); in TEST_F()
/art/runtime/
Dparsed_options.cc271 .WithType<ProfileSaverOptions>() in MakeParser()
292 .WithType<ProfileSaverOptions>() in MakeParser()
Druntime_options.def119 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*