Searched defs:IsMethodIntrinsic (Results 1 – 5 of 5) sorted by relevance
212 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const override in IsMethodIntrinsic() function217 …bool IsMethodIntrinsic([[maybe_unused]] MethodPtr caller, [[maybe_unused]] MethodId id) const over… in IsMethodIntrinsic() function
211 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const override in IsMethodIntrinsic() function216 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodIntrinsic() function
279 bool IsMethodIntrinsic(MethodPtr method) const override in IsMethodIntrinsic() function
404 bool PandaRuntimeInterface::IsMethodIntrinsic(MethodPtr parentMethod, MethodId id) const in IsMethodIntrinsic() function in ark::PandaRuntimeInterface
309 virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const in IsMethodIntrinsic() function319 …virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsMethodIntrinsic() function