Home
last modified time | relevance | path

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

/external/v8/src/regexp/experimental/
Dexperimental.cc17 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
Dexperimental-compiler.cc23 int capture_count) { in Check()
179 int capture_count) { in CanBeHandled()
/external/v8/src/regexp/
Dregexp.h53 int capture_count = 0; member
Dregexp.cc548 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()
Dregexp-ast.h533 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
551 int capture_count() { return capture_count_; } in capture_count() function
Dregexp-parser.cc738 int capture_count = captures_started(); in ScanForCaptures() local
1809 int capture_count = captures_started(); in Parse() local
Dregexp-compiler.cc242 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler()
264 int capture_count, Handle<String> pattern) { in Assemble()
/external/v8/src/runtime/
Druntime-regexp.cc148 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/
Dbuiltins-regexp-gen.cc429 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/
Djs-regexp.cc45 int capture_count = regexp->CaptureCount(); in GetAndCacheIndices() local
Dobjects.cc4231 int capture_count) { in New()
4237 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture_count) { in ReserveCaptures()
/external/v8/src/heap/
Dfactory.cc3129 JSRegExp::Flags flags, int capture_count, in SetRegExpIrregexpData()
3155 int capture_count) { in SetRegExpExperimentalData()
/external/pcre/dist2/src/
Dpcre2test.c4393 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local