Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc926 IsBeginRegion(effect), _), in TEST_F()
1128 IsBeginRegion(_), control), in TEST_F()
1166 IsBeginRegion(_), control), in TEST_F()
1189 IsBeginRegion(_), control), in TEST_F()
Dnode-test-utils.h67 Matcher<Node*> IsBeginRegion(const Matcher<Node*>& effect_matcher);
Dnode-test-utils.cc1562 Matcher<Node*> IsBeginRegion(const Matcher<Node*>& effect_matcher) { in IsBeginRegion() function