Searched refs:ProfileSaverOptions (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jit/ |
D | profile_saver_options.h | 21 struct ProfileSaverOptions { struct 34 ProfileSaverOptions() : in ProfileSaverOptions() argument 48 ProfileSaverOptions( 125 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) { argument
|
D | profile_saver.h | 33 static void Start(const ProfileSaverOptions& options, 66 ProfileSaver(const ProfileSaverOptions& options, 155 const ProfileSaverOptions options_;
|
D | jit.h | 92 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() 144 ProfileSaverOptions profile_saver_options_;
|
D | profile_saver.cc | 81 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, in ProfileSaver() 684 void ProfileSaver::Start(const ProfileSaverOptions& options, in Start()
|
/art/cmdline/ |
D | cmdline_types.h | 616 struct CmdlineType<ProfileSaverOptions> : CmdlineTypeParser<ProfileSaverOptions> { 617 using Result = CmdlineParseResult<ProfileSaverOptions>; 624 static Result ParseInto(ProfileSaverOptions& options, 625 T ProfileSaverOptions::*pField, 648 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) { 677 &ProfileSaverOptions::min_save_period_ms_, 683 &ProfileSaverOptions::save_resolved_classes_delay_ms_, 689 &ProfileSaverOptions::hot_startup_method_samples_, 695 &ProfileSaverOptions::min_methods_to_save_, 701 &ProfileSaverOptions::min_classes_to_save_, [all …]
|
D | cmdline_parser_test.cc | 38 bool operator==(const ProfileSaverOptions& lhs, const ProfileSaverOptions& rhs) { in operator ==() 495 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument 496 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, "abc", true); in TEST_F()
|
/art/runtime/ |
D | parsed_options.cc | 223 .WithType<ProfileSaverOptions>() in MakeParser() 227 .WithType<ProfileSaverOptions>() in MakeParser()
|
D | runtime_options.def | 113 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*
|