Home
last modified time | relevance | path

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

/external/v8/src/
Dast.cc779 return is_positive() && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()
930 os_ << "(-> " << (that->is_positive() ? "+ " : "- "); in VisitLookahead()
Dast.h2877 bool is_positive, in RegExpLookahead() argument
2881 is_positive_(is_positive), in RegExpLookahead()
2895 bool is_positive() { return is_positive_; } in is_positive() function
Dparser.cc4211 bool is_positive = (group_type == POSITIVE_LOOKAHEAD); in ParseDisjunction() local
4213 is_positive, in ParseDisjunction()
Djsregexp.cc5128 if (is_positive()) { in ToNode()
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc1196 Matcher<int> is_positive = Gt(0); in TEST() local
1199 EXPECT_THAT(p, Key(is_positive)); in TEST()
1312 Matcher<int> is_positive = Gt(0); in TEST() local
1315 EXPECT_THAT(p, Pair(is_positive, _)); in TEST()
1317 EXPECT_THAT(p, Pair(_, is_positive)); in TEST()
/external/v8/src/x64/
Dlithium-codegen-x64.cc3658 Label is_positive; in EmitIntegerMathAbs() local
3659 __ j(not_sign, &is_positive, Label::kNear); in EmitIntegerMathAbs()
3662 __ bind(&is_positive); in EmitIntegerMathAbs()
3669 Label is_positive; in EmitSmiMathAbs() local
3670 __ j(not_sign, &is_positive, Label::kNear); in EmitSmiMathAbs()
3673 __ bind(&is_positive); in EmitSmiMathAbs()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc3569 Label is_positive; in EmitIntegerMathAbs() local
3570 __ j(not_sign, &is_positive, Label::kNear); in EmitIntegerMathAbs()
3573 __ bind(&is_positive); in EmitIntegerMathAbs()
/external/v8/src/x87/
Dlithium-codegen-x87.cc3856 Label is_positive; in EmitIntegerMathAbs() local
3857 __ j(not_sign, &is_positive, Label::kNear); in EmitIntegerMathAbs()
3860 __ bind(&is_positive); in EmitIntegerMathAbs()