HomeSort by relevance Sort by last modified time
    Searched refs:ProfileSaverOptions (Results 1 - 8 of 8) sorted by null

  /art/runtime/jit/
profile_saver_options.h 21 struct ProfileSaverOptions {
34 ProfileSaverOptions() :
48 ProfileSaverOptions(
125 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) {
profile_saver.h 33 static void Start(const ProfileSaverOptions& options,
63 ProfileSaver(const ProfileSaverOptions& options,
152 const ProfileSaverOptions options_;
jit.h 201 ProfileSaverOptions profile_saver_options_;
240 const ProfileSaverOptions& GetProfileSaverOptions() const {
277 ProfileSaverOptions profile_saver_options_;
profile_saver.cc 76 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options,
647 void ProfileSaver::Start(const ProfileSaverOptions& options,
    [all...]
  /art/cmdline/
cmdline_types.h 603 struct CmdlineType<ProfileSaverOptions> : CmdlineTypeParser<ProfileSaverOptions> {
604 using Result = CmdlineParseResult<ProfileSaverOptions>;
611 static Result ParseInto(ProfileSaverOptions& options,
612 T ProfileSaverOptions::*pField,
635 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) {
664 &ProfileSaverOptions::min_save_period_ms_,
670 &ProfileSaverOptions::save_resolved_classes_delay_ms_,
676 &ProfileSaverOptions::hot_startup_method_samples_,
682 &ProfileSaverOptions::min_methods_to_save_
    [all...]
cmdline_parser_test.cc 38 bool operator==(const ProfileSaverOptions& lhs, const ProfileSaverOptions& rhs) {
484 TEST_F(CmdlineParserTest, ProfileSaverOptions) {
485 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, "abc", true);
  /art/runtime/
runtime_options.def 113 RUNTIME_OPTIONS_KEY (ProfileSaverOptions, ProfileSaverOpts) // -Xjitsaveprofilinginfo, -Xps-*
parsed_options.cc 198 .WithType<ProfileSaverOptions>()
202 .WithType<ProfileSaverOptions>()
    [all...]

Completed in 487 milliseconds