Searched defs:IsMethodIntrinsic (Results 1 – 5 of 5) sorted by relevance
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
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
265 bool IsMethodIntrinsic(MethodPtr method) const override in IsMethodIntrinsic() function
362 bool PandaRuntimeInterface::IsMethodIntrinsic(MethodPtr parentMethod, MethodId id) const in IsMethodIntrinsic() function in ark::PandaRuntimeInterface
302 virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const in IsMethodIntrinsic() function312 …virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsMethodIntrinsic() function