Searched refs:IsStartupMethod (Results 1 – 3 of 3) sorted by relevance
497 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod() function498 return info_[profile_index]->IsStartupMethod(method_index); in IsStartupMethod()832 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod() function
441 result = profile_compilation_info->IsStartupMethod(profile_index, method_ref.index); in ShouldCompileBasedOnProfile()644 ? profile_compilation_info->IsStartupMethod(profile_index, method_index) in ResolveConstStrings()
1072 (pci->IsStartupMethod(profile_index_, method_index) ? kStartupBit : 0u) | in VisitMethod()