Searched refs:IsHotMethod (Results 1 – 3 of 3) sorted by relevance
507 bool IsHotMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsHotMethod() function508 return info_[profile_index]->IsHotMethod(method_index); in IsHotMethod()844 bool IsHotMethod(uint32_t method_index) const { in IsHotMethod() function860 return has_flag || IsHotMethod(method_index); in IsMethodInProfile()
436 bool result = profile_compilation_info->IsHotMethod(profile_index, method_ref.index); in ShouldCompileBasedOnProfile()
1071 (pci->IsHotMethod(profile_index_, method_index) ? kHotBit : 0u) | in VisitMethod()