Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc239 static bool IsProfileEmpty(const std::string& location) { in IsProfileEmpty() function
273 if (!IsProfileEmpty(cur_profile) || !IsProfileEmpty(ref_profile)) { in IsFirstSave()