Searched refs:IsCallMatcher (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 667 class IsCallMatcher final : public NodeMatcher { class 669 IsCallMatcher(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCallMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsCallMatcher 1687 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall() 1702 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall() 1719 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall() 1738 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall() 1759 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall() 1779 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
|