Searched refs:value5_matcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.h | 139 const Matcher<Node*>& value5_matcher, 146 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, 175 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, 182 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, 189 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher,
|
D | node-test-utils.cc | 1749 const Matcher<Node*>& value5_matcher, in IsCall() argument 1758 value_matchers.push_back(value5_matcher); in IsCall() 1768 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, in IsCall() argument 1777 value_matchers.push_back(value5_matcher); in IsCall() 1848 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, in IsTailCall() argument 1857 value_matchers.push_back(value5_matcher); in IsTailCall() 1867 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, in IsTailCall() argument 1876 value_matchers.push_back(value5_matcher); in IsTailCall() 1887 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, in IsTailCall() argument 1897 value_matchers.push_back(value5_matcher); in IsTailCall()
|