Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dnode-test-utils.h274 Matcher<Node*> IsStringConcat(const Matcher<Node*>& length_matcher,
294 const Matcher<Node*>& length_matcher,
300 const Matcher<Node*>& length_matcher,
H A Dnode-test-utils.cc1474 IsStringConcatMatcher(const Matcher<Node*>& length_matcher, in IsStringConcatMatcher() argument
1478 length_matcher_(length_matcher), in IsStringConcatMatcher()
2040 Matcher<Node*> IsStringConcat(const Matcher<Node*>& length_matcher, in DEFINE_SPECULATIVE_BINOP_MATCHER()
2044 new IsStringConcatMatcher(length_matcher, lhs_matcher, rhs_matcher)); in DEFINE_SPECULATIVE_BINOP_MATCHER()