Searched refs:ProfileSaverOptions (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jit/ |
D | profile_saver_options.h | 22 struct ProfileSaverOptions { struct 35 ProfileSaverOptions() : in ProfileSaverOptions() argument 50 ProfileSaverOptions( 125 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) { argument
|
D | profile_saver.h | 37 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_;
|
D | jit_options.h | 72 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() 138 ProfileSaverOptions profile_saver_options_;
|
D | profile_saver.cc | 84 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/ |
D | cmdline_types.h | 758 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 …]
|
D | cmdline_parser_test.cc | 37 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/ |
D | parsed_options.cc | 296 .WithType<ProfileSaverOptions>() in MakeParser() 319 .WithType<ProfileSaverOptions>() in MakeParser()
|
D | runtime_options.def | 131 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*
|