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

/external/chromium_org/v8/src/
H A Djsregexp-inl.h42 if (regexp_->TypeTag() == JSRegExp::ATOM) {
43 num_matches_ = RegExpImpl::AtomExecRaw(regexp_,
55 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
H A Djsregexp.cc691 regexp_(regexp),
699 if (regexp_->TypeTag() == JSRegExp::ATOM) {
705 registers_per_match_ = RegExpImpl::IrregexpPrepare(regexp_, subject_);
H A Djsregexp.h155 Handle<JSRegExp> regexp_; member in class:v8::internal::RegExpImpl::GlobalCache
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc167 regexp_(NULL),
179 regexp_ = Regexp::Parse(regexp_str, flags, &status);
180 if (regexp_ == NULL) {
186 num_captures_ = regexp_->NumCaptures();
187 prog_ = regexp_->CompileToProg(0);
205 rprog_ = regexp_->CompileToReverseProg(0);
250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() &&
268 if (regexp_)
269 regexp_->Decref();
285 if (regexp_
[all...]
H A Dtester.h80 Regexp* regexp_; // parsed regexp member in class:re2::TestInstance
81 int num_captures_; // regexp_->NumCaptures() cached
/external/regex-re2/re2/testing/
H A Dtester.cc167 regexp_(NULL),
179 regexp_ = Regexp::Parse(regexp_str, flags, &status);
180 if (regexp_ == NULL) {
186 num_captures_ = regexp_->NumCaptures();
187 prog_ = regexp_->CompileToProg(0);
205 rprog_ = regexp_->CompileToReverseProg(0);
250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() &&
268 if (regexp_)
269 regexp_->Decref();
285 if (regexp_
[all...]
H A Dtester.h80 Regexp* regexp_; // parsed regexp member in class:re2::TestInstance
81 int num_captures_; // regexp_->NumCaptures() cached

Completed in 3759 milliseconds