Searched refs:ProfileSaverOptions (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jit/ |
D | profile_saver_options.h | 21 struct ProfileSaverOptions { struct 37 ProfileSaverOptions() : in ProfileSaverOptions() argument 52 ProfileSaverOptions( 131 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.h | 108 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() 175 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() 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/ |
D | cmdline_types.h | 704 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 …]
|
D | cmdline_parser_test.cc | 37 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/ |
D | parsed_options.cc | 279 .WithType<ProfileSaverOptions>() in MakeParser() 301 .WithType<ProfileSaverOptions>() in MakeParser()
|
D | runtime_options.def | 125 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*
|