Lines Matching refs:MatchAndExplain
39 if (!value_matcher.MatchAndExplain(value, &value_listener)) { in PrintMatchAndExplain()
58 bool MatchAndExplain(Node* node, in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::NodeMatcher
94 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsBranchMatcher
95 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
125 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsSwitchMatcher
126 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
156 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher
157 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
183 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl1Matcher
184 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
212 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl2Matcher
213 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
248 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl3Matcher
249 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
277 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsBeginRegionMatcher
278 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
305 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsFinishRegionMatcher
306 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
340 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsReturnMatcher
341 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
374 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsTerminateMatcher
375 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
401 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsConstantMatcher
402 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
437 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsSelectMatcher
439 NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
483 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsPhiMatcher
484 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
532 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsPhi2Matcher
533 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
576 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsEffectPhiMatcher
577 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
610 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsEffectSetMatcher
611 if (!NodeMatcher::MatchAndExplain(node, listener)) return false; in MatchAndExplain()
619 if (effect0_matcher_.MatchAndExplain(effect1, &value_listener) && in MatchAndExplain()
620 effect1_matcher_.MatchAndExplain(effect0, &value_listener)) { in MatchAndExplain()
653 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsProjectionMatcher
654 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
696 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsCallMatcher
697 if (!NodeMatcher::MatchAndExplain(node, listener) || in MatchAndExplain()
762 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsTailCallMatcher
763 if (!NodeMatcher::MatchAndExplain(node, listener) || in MatchAndExplain()
809 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsReferenceEqualMatcher
810 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
835 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsAllocateMatcher
836 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
877 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsLoadFieldMatcher
878 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
926 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsStoreFieldMatcher
927 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
982 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsLoadBufferMatcher
983 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1045 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsStoreBufferMatcher
1046 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1103 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsLoadElementMatcher
1104 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1159 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsStoreElementMatcher
1160 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1214 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsLoadMatcher
1223 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1278 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsStoreMatcher
1287 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1337 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsToNumberMatcher
1338 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1374 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsLoadContextMatcher
1375 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1405 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsBinopMatcher
1406 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1431 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsUnopMatcher
1432 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
1453 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsParameterMatcher
1454 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()