Searched refs:GetCapture (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-parser.cc | 221 RegExpCapture* capture = GetCapture(capture_index); in ParseDisjunction() 379 RegExpCapture* capture = GetCapture(index); in ParseDisjunction() 886 RegExpCapture* capture = GetCapture(index); in CreateNamedCaptureAtIndex() 955 ref->set_capture(GetCapture(index)); in PatchNamedBackReferences() 959 RegExpCapture* RegExpParser::GetCapture(int index) { in GetCapture() function in v8::internal::RegExpParser
|
D | regexp-parser.h | 285 RegExpCapture* GetCapture(int index);
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 971 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon7cbb6da80511::MatchInfoBackedMatch 995 GetCapture(capture_index, &capture_exists), in GetNamedCapture() 1049 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon7cbb6da80511::VectorBackedMatch
|
D | runtime-strings.cc | 41 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch
|
/external/v8/src/objects/ |
D | string.h | 263 virtual MaybeHandle<String> GetCapture(int i, bool* capture_exists) = 0;
|
/external/syzkaller/executor/ |
D | syscalls.h | 12707 {"GetCapture", 0, (syscall_t)GetCapture},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1453 GetCapture()
|
/external/v8/src/ |
D | objects.cc | 12020 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()
|