Home
last modified time | relevance | path

Searched refs:descriptor_matcher (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dnode-test-utils.h103 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
107 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
112 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
118 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
125 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
133 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
143 const Matcher<const CallDescriptor*>& descriptor_matcher,
150 const Matcher<CallDescriptor const*>& descriptor_matcher,
155 const Matcher<CallDescriptor const*>& descriptor_matcher,
160 const Matcher<CallDescriptor const*>& descriptor_matcher,
[all …]
Dnode-test-utils.cc669 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()
[all …]