Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h857 bool has_flag = false; in IsMethodInProfile() local
861 has_flag = true; in IsMethodInProfile()
866 return has_flag || IsHotMethod(method_index); in IsMethodInProfile()