Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc670 const std::vector<Matcher<Node*>>& value_matchers, in IsCallMatcher() argument
675 value_matchers_(value_matchers), in IsCallMatcher()
736 const std::vector<Matcher<Node*>>& value_matchers, in IsTailCallMatcher() argument
741 value_matchers_(value_matchers), in IsTailCallMatcher()
1684 std::vector<Matcher<Node*>> value_matchers; in IsCall() local
1685 value_matchers.push_back(value0_matcher); in IsCall()
1686 value_matchers.push_back(value1_matcher); in IsCall()
1687 return MakeMatcher(new IsCallMatcher(descriptor_matcher, value_matchers, in IsCall()
1698 std::vector<Matcher<Node*>> value_matchers; in IsCall() local
1699 value_matchers.push_back(value0_matcher); in IsCall()
[all …]