Home
last modified time | relevance | path

Searched defs:last_match_info (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc404 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalAtomRegExpWithString()
482 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithString()
564 Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithEmptyString()
663 Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) { in StringReplaceGlobalRegExpWithStringHelper()
1082 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in StringReplaceNonGlobalRegExpWithFunction() local
1166 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in RegExpReplace() local
/external/v8/src/builtins/
Dbuiltins-regexp.cc431 Node* const last_match_info = a->LoadContextElement( in RegExpPrototypeExecInternal() local
1329 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); in RegExpSplit() local
1674 Node* last_match_info = a->LoadContextElement( in ReplaceGlobalCallableFastPath() local
1879 Node* const last_match_info = a->LoadContextElement( in ReplaceSimpleStringFastPath() local
/external/v8/src/regexp/
Djsregexp.cc193 Handle<RegExpMatchInfo> last_match_info) { in Exec()
221 static void SetAtomLastCapture(Handle<RegExpMatchInfo> last_match_info, in SetAtomLastCapture()
285 Handle<RegExpMatchInfo> last_match_info) { in AtomExec()
564 Handle<RegExpMatchInfo> last_match_info) { in IrregexpExec()
609 Handle<RegExpMatchInfo> last_match_info, Handle<String> subject, in SetLastMatchInfo()
/external/v8/src/
Dbootstrapper.cc1990 Handle<RegExpMatchInfo> last_match_info = factory->NewRegExpMatchInfo(); in InitializeGlobal() local
/external/v8/src/crankshaft/
Dhydrogen.cc12148 HValue* last_match_info = Pop(); in GenerateRegExpExec() local