Searched defs:descriptor_matcher (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 669 IsCallMatcher(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCallMatcher() 735 IsTailCallMatcher(const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCallMatcher() 1679 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() 1692 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() 1707 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() 1724 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() 1743 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() 1765 const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() 1785 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() 1798 const Matcher<CallDescriptor const*>& descriptor_matcher, in IsTailCall() [all …]
|