Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h22 struct ProfileSaverOptions { struct
35 ProfileSaverOptions() : in ProfileSaverOptions() argument
50 ProfileSaverOptions(
125 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_options.h72 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions()
138 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()
333 const ProfileSaverOptions& options, in GetClassesAndMethodsHelper()
983 void ProfileSaver::Start(const ProfileSaverOptions& options, in Start()
1267 uint32_t ProfileSaver::GetExtraMethodHotnessFlags(const ProfileSaverOptions& options) { in GetExtraMethodHotnessFlags()
/art/cmdline/
Dcmdline_types.h758 struct CmdlineType<ProfileSaverOptions> : CmdlineTypeParser<ProfileSaverOptions> {
759 using Result = CmdlineParseResult<ProfileSaverOptions>;
766 static Result ParseInto(ProfileSaverOptions& options,
767 T ProfileSaverOptions::*pField,
790 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) {
819 &ProfileSaverOptions::min_save_period_ms_,
825 &ProfileSaverOptions::min_first_save_ms_,
831 &ProfileSaverOptions::save_resolved_classes_delay_ms_,
841 &ProfileSaverOptions::min_methods_to_save_,
847 &ProfileSaverOptions::min_classes_to_save_,
[all …]
Dcmdline_parser_test.cc37 bool operator==(const ProfileSaverOptions& lhs, const ProfileSaverOptions& rhs) { in operator ==()
491 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument
492 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, 8, "abc", true); in TEST_F()
/art/runtime/
Dparsed_options.cc296 .WithType<ProfileSaverOptions>() in MakeParser()
319 .WithType<ProfileSaverOptions>() in MakeParser()
Druntime_options.def131 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*