Home
last modified time | relevance | path

Searched refs:LoadCurrentCharacter (Results 1 – 25 of 72) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-regexp.cc709 m.LoadCurrentCharacter(2, nullptr); in TEST()
711 m.LoadCurrentCharacter(1, nullptr, false); in TEST()
767 m.LoadCurrentCharacter(2, nullptr); in TEST()
834 m.LoadCurrentCharacter(10, &fail); in TEST()
838 m.LoadCurrentCharacter(10, nullptr); in TEST()
969 m.LoadCurrentCharacter(0, &fail); in TEST()
979 m.LoadCurrentCharacter(0, &fail); in TEST()
1246 m.LoadCurrentCharacter(0, nullptr); in TEST()
1248 m.LoadCurrentCharacter(1, nullptr); in TEST()
1250 m.LoadCurrentCharacter(2, nullptr); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-macro-assembler.cc76 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
79 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
86 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
89 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-macro-assembler.cc71 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
74 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
81 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
84 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-macro-assembler.cc100 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
103 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
110 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
113 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-macro-assembler.cc100 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
103 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
110 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
113 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-macro-assembler.cc100 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
103 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
110 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
113 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-macro-assembler.cc111 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
114 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
121 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
124 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-macro-assembler.cc105 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
108 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
115 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
118 void RegExpMacroAssembler::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssembler
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DRegExpMacroAssembler.h144 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
172 virtual void LoadCurrentCharacter(int cp_offset,
259 void LoadCurrentCharacter(int cp_offset, jit::Label* on_end_of_input,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpMacroAssembler.h144 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
172 virtual void LoadCurrentCharacter(int cp_offset,
261 void LoadCurrentCharacter(int cp_offset, jit::Label* on_end_of_input,
H A DRegExpEngine.cpp2512 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
2539 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
3032 assembler->LoadCurrentCharacter(new_trace.cp_offset(), new_trace.backtrack(), false); in EmitNotInSurrogatePair()
3111 assembler->LoadCurrentCharacter(trace->cp_offset(), &before_non_word); in EmitBoundaryCheck()
3154 assembler->LoadCurrentCharacter(new_trace.cp_offset() - 1, &dummy, false); in BacktrackIfPrevious()
3657 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check_offset); in EmitCharClass()
3723 assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitSimpleCharacter()
3753 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitAtomSingle()
3819 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitAtomMulti()
4535 macro_assembler->LoadCurrentCharacter(trace->cp_offset(), in EmitOutOfLineContinuation()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc96 LoadCurrentCharacter(cp_offset, &ok); in CheckNotInSurrogatePair()
99 LoadCurrentCharacter(cp_offset - 1, &ok); in CheckNotInSurrogatePair()
106 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
H A Dregexp-macro-assembler-tracer.cc169 void RegExpMacroAssemblerTracer::LoadCurrentCharacter(int cp_offset, in LoadCurrentCharacter() function in v8::internal::RegExpMacroAssemblerTracer
179 assembler_->LoadCurrentCharacter(cp_offset, in LoadCurrentCharacter()
H A Dregexp-macro-assembler-tracer.h64 virtual void LoadCurrentCharacter(int cp_offset,
H A Dregexp-macro-assembler-irregexp.h58 virtual void LoadCurrentCharacter(int cp_offset,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpMacroAssembler.h145 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
173 virtual void LoadCurrentCharacter(int cp_offset,
265 void LoadCurrentCharacter(int cp_offset, jit::Label* on_end_of_input,
H A DRegExpEngine.cpp2546 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
2573 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
3050 assembler->LoadCurrentCharacter(new_trace.cp_offset(), new_trace.backtrack(), false); in EmitNotInSurrogatePair()
3122 assembler->LoadCurrentCharacter(trace->cp_offset(), &before_non_word); in EmitBoundaryCheck()
3164 assembler->LoadCurrentCharacter(new_trace.cp_offset() - 1, &dummy, false); in BacktrackIfPrevious()
3666 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check_offset); in EmitCharClass()
3732 assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitSimpleCharacter()
3766 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitAtomNonLetter()
3833 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitAtomLetter()
4546 macro_assembler->LoadCurrentCharacter(trace->cp_offset(), in EmitOutOfLineContinuation()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpMacroAssembler.h144 LoadCurrentCharacter(cp_offset, on_outside_input, true); in CheckPosition()
172 virtual void LoadCurrentCharacter(int cp_offset,
261 void LoadCurrentCharacter(int cp_offset, jit::Label* on_end_of_input,
H A DRegExpEngine.cpp2501 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
2528 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
3015 assembler->LoadCurrentCharacter(new_trace.cp_offset(), new_trace.backtrack(), false); in EmitNotInSurrogatePair()
3094 assembler->LoadCurrentCharacter(trace->cp_offset(), &before_non_word); in EmitBoundaryCheck()
3137 assembler->LoadCurrentCharacter(new_trace.cp_offset() - 1, &dummy, false); in BacktrackIfPrevious()
3640 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check_offset); in EmitCharClass()
3706 assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitSimpleCharacter()
3736 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitAtomSingle()
3802 macro_assembler->LoadCurrentCharacter(cp_offset, on_failure, check); in EmitAtomMulti()
4515 macro_assembler->LoadCurrentCharacter(trace->cp_offset(), in EmitOutOfLineContinuation()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.h62 virtual void LoadCurrentCharacter(int cp_offset, Label* on_end_of_input,
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.h69 virtual void LoadCurrentCharacter(int cp_offset,
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.h70 virtual void LoadCurrentCharacter(int cp_offset,
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.h71 virtual void LoadCurrentCharacter(int cp_offset,
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.h70 virtual void LoadCurrentCharacter(int cp_offset,
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.h63 virtual void LoadCurrentCharacter(int cp_offset, Label* on_end_of_input,

123