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

  /art/runtime/jit/
profile_saver.h 29 class ProfileSaver {
66 ProfileSaver(const ProfileSaverOptions& options,
70 ~ProfileSaver();
93 // Returns true if the saver is shutting down (ProfileSaver::Stop() has been called).
111 static ProfileSaver* instance_ GUARDED_BY(Locks::profiler_lock_);
156 DISALLOW_COPY_AND_ASSIGN(ProfileSaver);
profile_saver.cc 47 ProfileSaver* ProfileSaver::instance_ = nullptr;
48 pthread_t ProfileSaver::profiler_pthread_ = 0U;
81 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options,
89 wait_lock_("ProfileSaver wait lock"),
90 period_condition_("ProfileSaver period condition", wait_lock_),
106 ProfileSaver::~ProfileSaver() {
112 void ProfileSaver::NotifyStartupCompleted()
    [all...]
jit.cc 169 ProfileSaver::DumpInstanceInfo(os);
331 ProfileSaver::Start(options_->GetProfileSaverOptions(), filename, code_cache_, code_paths);
336 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) {
337 ProfileSaver::Stop(options_->DumpJitInfoOnShutdown());
350 DCHECK(!options_->GetSaveProfilingInfo() || !ProfileSaver::IsStarted());
603 ProfileSaver::NotifyJitActivity();
    [all...]
  /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 147 ProfileSaver::ForceProcessProfiles();
runtime.cc     [all...]

Completed in 195 milliseconds