Searched defs:capture_count (Results 1 – 13 of 13) sorted by relevance
| /external/v8/src/regexp/experimental/ |
| D | experimental.cc | 17 int capture_count) { in CanBeHandled() 25 JSRegExp::Flags flags, int capture_count) { in Initialize() 144 ByteArray bytecode, String subject, int capture_count, in ExecRawImpl() 230 int capture_count = regexp->CaptureCount(); in Exec() local 289 int capture_count = regexp->CaptureCount(); in OneshotExec() local
|
| D | experimental-compiler.cc | 23 int capture_count) { in Check() 179 int capture_count) { in CanBeHandled()
|
| /external/v8/src/regexp/ |
| D | regexp.h | 53 int capture_count = 0; member
|
| D | regexp.cc | 548 JSRegExp::Flags flags, int capture_count, in IrregexpInitialize() 694 int capture_count = regexp->CaptureCount(); in IrregexpExec() local 712 Handle<String> subject, int capture_count, int32_t* match) { in SetLastMatchInfo()
|
| D | regexp-ast.h | 533 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround() 551 int capture_count() { return capture_count_; } in capture_count() function
|
| D | regexp-parser.cc | 738 int capture_count = captures_started(); in ScanForCaptures() local 1809 int capture_count = captures_started(); in Parse() local
|
| D | regexp-compiler.cc | 242 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler() 264 int capture_count, Handle<String> pattern) { in Assemble()
|
| /external/v8/src/runtime/ |
| D | runtime-regexp.cc | 148 FixedArray capture_name_map, int capture_count, in ParseReplacementPattern() 316 Handle<String> replacement, int capture_count, in Compile() 611 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithString() local 713 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString() local 1105 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple() local
|
| /external/v8/src/builtins/ |
| D | builtins-regexp-gen.cc | 429 TNode<Smi> capture_count = CAST(UnsafeLoadFixedArrayElement( in RegExpExecInternal() local 539 TNode<Smi> capture_count = CAST(UnsafeLoadFixedArrayElement( in RegExpExecInternal() local 617 TNode<Smi> capture_count = CAST(UnsafeLoadFixedArrayElement( in RegExpExecInternal() local
|
| /external/v8/src/objects/ |
| D | js-regexp.cc | 45 int capture_count = regexp->CaptureCount(); in GetAndCacheIndices() local
|
| D | objects.cc | 4231 int capture_count) { in New() 4237 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture_count) { in ReserveCaptures()
|
| /external/v8/src/heap/ |
| D | factory.cc | 3129 JSRegExp::Flags flags, int capture_count, in SetRegExpIrregexpData() 3155 int capture_count) { in SetRegExpExperimentalData()
|
| /external/pcre/dist2/src/ |
| D | pcre2test.c | 4393 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
|