Home
last modified time | relevance | path

Searched refs:IsFirstSave (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h161 bool IsFirstSave() REQUIRES(!Locks::profiler_lock_);
Dprofile_saver.cc129 bool force_early_first_save = check_for_first_save && IsFirstSave(); in Run()
256 bool ProfileSaver::IsFirstSave() { in IsFirstSave() function in art::ProfileSaver