Searched refs:value3_matcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.h | 122 const Matcher<Node*>& value3_matcher, 129 const Matcher<Node*>& value3_matcher, 137 const Matcher<Node*>& value3_matcher, 145 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, 162 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, 168 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, 174 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, 181 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, 188 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher,
|
D | node-test-utils.cc | 1711 const Matcher<Node*>& value3_matcher, in IsCall() argument 1718 value_matchers.push_back(value3_matcher); in IsCall() 1728 const Matcher<Node*>& value3_matcher, in IsCall() argument 1736 value_matchers.push_back(value3_matcher); in IsCall() 1747 const Matcher<Node*>& value3_matcher, in IsCall() argument 1756 value_matchers.push_back(value3_matcher); in IsCall() 1767 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, in IsCall() argument 1775 value_matchers.push_back(value3_matcher); in IsCall() 1814 const Matcher<Node*>& value2_matcher, const Matcher<Node*>& value3_matcher, in IsTailCall() argument 1821 value_matchers.push_back(value3_matcher); in IsTailCall() [all …]
|