Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.h130 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,
Dnode-test-utils.cc1729 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 …]