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

  /art/runtime/jit/
profile_saver.h 29 class ProfileSaver {
63 ProfileSaver(const ProfileSaverOptions& options,
67 ~ProfileSaver();
90 // Returns true if the saver is shutting down (ProfileSaver::Stop() has been called).
108 static ProfileSaver* instance_ GUARDED_BY(Locks::profiler_lock_);
153 DISALLOW_COPY_AND_ASSIGN(ProfileSaver);
profile_saver.cc 44 ProfileSaver* ProfileSaver::instance_ = nullptr;
45 pthread_t ProfileSaver::profiler_pthread_ = 0U;
74 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options,
82 wait_lock_("ProfileSaver wait lock"),
83 period_condition_("ProfileSaver period condition", wait_lock_),
99 ProfileSaver::~ProfileSaver() {
105 void ProfileSaver::Run()
    [all...]
jit.cc 161 ProfileSaver::DumpInstanceInfo(os);
357 ProfileSaver::Start(profile_saver_options_,
365 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) {
366 ProfileSaver::Stop(dump_info_on_shutdown_);
379 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted());
622 ProfileSaver::NotifyJitActivity();
  /art/test/595-profile-saving/
profile-saving.cc 48 ProfileSaver::ForceProcessProfiles();
60 return ProfileSaver::HasSeenMethod(std::string(filename_chars.c_str()),
  /art/runtime/
signal_catcher.cc 208 ProfileSaver::ForceProcessProfiles();

Completed in 5181 milliseconds