Searched defs:capture_count (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 94 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
|
D | runtime-strings.cc | 342 int capture_count = regexp->CaptureCount(); in RUNTIME_FUNCTION() local
|
/external/v8/src/regexp/ |
D | regexp-ast.h | 448 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround() 466 int capture_count() { return capture_count_; } in capture_count() function
|
D | regexp-parser.cc | 644 int capture_count = captures_started(); in ScanForCaptures() local 1497 int capture_count = parser.captures_started(); in ParseRegExp() local
|
D | jsregexp.cc | 452 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()
|
D | jsregexp.h | 1537 int capture_count; member
|
/external/v8/src/ |
D | factory.cc | 2366 int capture_count) { in SetRegExpIrregexpData()
|