Home
last modified time | relevance | path

Searched defs:capture_count (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc94 Vector<Char> characters, int capture_count, in ParseReplacementPattern()
206 bool CompiledReplacement::Compile(Handle<String> replacement, int capture_count, in Compile()
475 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithString() local
580 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString() local
846 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple() local
Druntime-strings.cc342 int capture_count = regexp->CaptureCount(); in RUNTIME_FUNCTION() local
/external/v8/src/regexp/
Dregexp-ast.h448 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
466 int capture_count() { return capture_count_; } in capture_count() function
Dregexp-parser.cc644 int capture_count = captures_started(); in ScanForCaptures() local
1497 int capture_count = parser.captures_started(); in ParseRegExp() local
Djsregexp.cc452 int capture_count) { in IrregexpInitialize()
607 int capture_count = in IrregexpExec() local
630 int capture_count, in SetLastMatchInfo()
1085 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler()
1110 int capture_count, in Assemble()
Djsregexp.h1537 int capture_count; member
/external/v8/src/
Dfactory.cc2366 int capture_count) { in SetRegExpIrregexpData()