Searched refs:IsStartupMethod (Results 1 – 3 of 3) sorted by relevance
503 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod() function504 return info_[profile_index]->IsStartupMethod(method_index); in IsStartupMethod()838 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod() function
633 ? profile_compilation_info->IsStartupMethod(profile_index, method_index) in ResolveConstStrings()
1123 (pci->IsStartupMethod(profile_index_, method_index) ? kStartupBit : 0u) | in VisitMethod()