Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dcontrol-flow-optimizer-unittest.cc96 IsSwitch(index, IsIfSuccess(index))))))); in TEST_F()
Dnode-test-utils.h61 Matcher<Node*> IsIfSuccess(const Matcher<Node*>& control_matcher);
Dnode-test-utils.cc1538 Matcher<Node*> IsIfSuccess(const Matcher<Node*>& control_matcher) { in IsIfSuccess() function