Searched defs:profile_saver (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.cc17 #include "profile_saver.h"
360 ProfileSaver* profile_saver = reinterpret_cast<ProfileSaver*>(arg); local
361 profile_saver->Run();
437 ProfileSaver* profile_saver = nullptr; local
443 profile_saver = instance_;
461 MutexLock wait_mutex(Thread::Current(), profile_saver->wait_lock_);
462 profile_saver->period_condition_.Signal(Thread::Current());
473 delete profile_saver;

Completed in 36 milliseconds