Searched refs:value4_matcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.h | 130 const Matcher<Node*>& value4_matcher, 138 const Matcher<Node*>& value4_matcher, 146 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, 169 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& effect_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 | 1729 const Matcher<Node*>& value4_matcher, in IsCall() argument 1737 value_matchers.push_back(value4_matcher); in IsCall() 1748 const Matcher<Node*>& value4_matcher, in IsCall() argument 1757 value_matchers.push_back(value4_matcher); in IsCall() 1768 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, in IsCall() argument 1776 value_matchers.push_back(value4_matcher); in IsCall() 1831 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& effect_matcher, in IsTailCall() argument 1838 value_matchers.push_back(value4_matcher); in IsTailCall() 1848 const Matcher<Node*>& value4_matcher, const Matcher<Node*>& value5_matcher, in IsTailCall() argument 1856 value_matchers.push_back(value4_matcher); in IsTailCall() [all …]
|