Home
last modified time | relevance | path

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

/external/v8/src/
Dast.cc766 return is_positive() && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()
924 stream()->Add(that->is_positive() ? "+ " : "- "); in VisitLookahead()
Dast.h2475 bool is_positive, in RegExpLookahead() argument
2479 is_positive_(is_positive), in RegExpLookahead()
2493 bool is_positive() { return is_positive_; } in is_positive() function
Dparser.cc5163 bool is_positive = (type == POSITIVE_LOOKAHEAD); in ParseDisjunction() local
5165 is_positive, in ParseDisjunction()
Djsregexp.cc3999 if (is_positive()) { in ToNode()
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc1148 Matcher<int> is_positive = Gt(0); in TEST() local
1151 EXPECT_THAT(p, Key(is_positive)); in TEST()
1264 Matcher<int> is_positive = Gt(0); in TEST() local
1267 EXPECT_THAT(p, Pair(is_positive, _)); in TEST()
1269 EXPECT_THAT(p, Pair(_, is_positive)); in TEST()
/external/v8/src/x64/
Dlithium-codegen-x64.cc2799 Label is_positive; in EmitIntegerMathAbs() local
2800 __ j(not_sign, &is_positive); in EmitIntegerMathAbs()
2803 __ bind(&is_positive); in EmitIntegerMathAbs()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc2843 Label is_positive; in EmitIntegerMathAbs() local
2844 __ j(not_sign, &is_positive); in EmitIntegerMathAbs()
2848 __ bind(&is_positive); in EmitIntegerMathAbs()