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
582 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString() local
852 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple() local
Druntime-strings.cc347 int capture_count = regexp->CaptureCount(); in RUNTIME_FUNCTION() local
/external/v8/src/regexp/
Dregexp-parser.cc545 int capture_count = captures_started(); in ScanForCaptures() local
1005 int capture_count = parser.captures_started(); in ParseRegExp() local
Dregexp-ast.h432 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
450 int capture_count() { return capture_count_; } in capture_count() function
Djsregexp.cc439 int capture_count) { in IrregexpInitialize()
594 int capture_count = in IrregexpExec() local
617 int capture_count, in SetLastMatchInfo()
1043 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler()
1066 int capture_count, in Assemble()
Djsregexp.h1489 int capture_count; member
/external/v8/src/
Dfactory.cc2376 int capture_count) { in SetRegExpIrregexpData()