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

/external/v8/src/
H A Dast.cc938 return is_positive() && body()->IsAnchoredAtStart();
1096 stream()->Add(that->is_positive() ? "+ " : "- ");
H A Dast.h2075 bool is_positive,
2079 is_positive_(is_positive),
2093 bool is_positive() { return is_positive_; } function in class:v8::internal::RegExpLookahead
2074 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
H A Dparser.cc4343 bool is_positive = (type == POSITIVE_LOOKAHEAD); local
4345 is_positive,
H A Djsregexp.cc3936 if (is_positive()) {
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc1148 Matcher<int> is_positive = Gt(0); local
1151 EXPECT_THAT(p, Key(is_positive));
1264 Matcher<int> is_positive = Gt(0); local
1267 EXPECT_THAT(p, Pair(is_positive, _));
1269 EXPECT_THAT(p, Pair(_, is_positive));
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc2639 Label is_positive; local
2640 __ j(not_sign, &is_positive);
2644 __ bind(&is_positive);
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc2655 Label is_positive; local
2656 __ j(not_sign, &is_positive);
2659 __ bind(&is_positive);

Completed in 513 milliseconds