Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h507 bool IsHotMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsHotMethod() function
508 return info_[profile_index]->IsHotMethod(method_index); in IsHotMethod()
844 bool IsHotMethod(uint32_t method_index) const { in IsHotMethod() function
860 return has_flag || IsHotMethod(method_index); in IsMethodInProfile()
/art/dex2oat/driver/
Dcompiler_driver.cc436 bool result = profile_compilation_info->IsHotMethod(profile_index, method_ref.index); in ShouldCompileBasedOnProfile()
/art/dex2oat/linker/
Doat_writer.cc1071 (pci->IsHotMethod(profile_index_, method_index) ? kHotBit : 0u) | in VisitMethod()