Searched refs:profile_saver (Results 1 - 2 of 2) 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;
/art/runtime/
H A DAndroid.mk111 jit/profile_saver.cc \

Completed in 33 milliseconds