Lines Matching refs:descriptor_matcher

669   IsCallMatcher(const Matcher<const CallDescriptor*>& descriptor_matcher,  in IsCallMatcher()  argument
674 descriptor_matcher_(descriptor_matcher), in IsCallMatcher()
735 IsTailCallMatcher(const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCallMatcher() argument
740 descriptor_matcher_(descriptor_matcher), in IsTailCallMatcher()
1679 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() argument
1687 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1692 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() argument
1702 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1707 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() argument
1719 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1724 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() argument
1738 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1743 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() argument
1759 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1765 const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() argument
1779 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1785 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1792 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()
1798 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1806 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()
1812 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1822 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()
1828 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1839 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()
1845 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1858 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()
1864 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1878 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()
1884 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() argument
1900 return MakeMatcher(new IsTailCallMatcher(descriptor_matcher, value_matchers, in IsTailCall()