Home
last modified time | relevance | path

Searched refs:Backtrack (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.h26 void Backtrack() override;
H A Dregexp-bytecode-generator.h35 void Backtrack() override;
H A Dregexp-bytecode-generator.cc134 void RegExpBytecodeGenerator::Backtrack() { in Backtrack() function in v8::internal::RegExpBytecodeGenerator
380 Backtrack(); in GetCode()
H A Dregexp-macro-assembler-tracer.cc65 void RegExpMacroAssemblerTracer::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerTracer
66 PrintF(" Backtrack();\n"); in Backtrack()
67 assembler_->Backtrack(); in Backtrack()
H A Dregexp-macro-assembler.h59 virtual void Backtrack() = 0;
143 // Pushes the label on the backtrack stack, so that a following Backtrack
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.h24 void Backtrack() override;
169 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-arm.cc154 void RegExpMacroAssemblerARM::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerARM
164 // Backtrack limit exceeded. in Backtrack()
926 // Backtrack code (branch target for conditional backtracks). in GetCode()
929 Backtrack(); in GetCode()
953 // Backtrack stack overflow code. in GetCode()
1233 Backtrack();
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.h23 void Backtrack() override;
179 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-mips64.cc190 void RegExpMacroAssemblerMIPS::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerMIPS
199 // Backtrack limit exceeded. in Backtrack()
947 // Backtrack code (branch target for conditional backtracks). in GetCode()
950 Backtrack(); in GetCode()
972 // Backtrack stack overflow code. in GetCode()
1021 Backtrack(); in GoTo()
1298 Backtrack();
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.h23 void Backtrack() override;
177 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-loong64.cc150 void RegExpMacroAssemblerLOONG64::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerLOONG64
159 // Backtrack limit exceeded. in Backtrack()
899 // Backtrack code (branch target for conditional backtracks). in GetCode()
902 Backtrack(); in GetCode()
926 // Backtrack stack overflow code. in GetCode()
974 Backtrack(); in GoTo()
1225 Backtrack();
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.h23 void Backtrack() override;
173 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-mips.cc152 void RegExpMacroAssemblerMIPS::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerMIPS
161 // Backtrack limit exceeded. in Backtrack()
910 // Backtrack code (branch target for conditional backtracks). in GetCode()
913 Backtrack(); in GetCode()
934 // Backtrack stack overflow code. in GetCode()
983 Backtrack(); in GoTo()
1260 Backtrack();
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.h25 void Backtrack() override;
163 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-ia32.cc139 void RegExpMacroAssemblerIA32::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerIA32
147 // Backtrack limit exceeded. in Backtrack()
971 // Backtrack code (branch target for conditional backtracks). in GetCode()
974 Backtrack(); in GetCode()
1002 // Backtrack stack overflow code. in GetCode()
1260 Backtrack();
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.h23 void Backtrack() override;
168 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-ppc.cc171 void RegExpMacroAssemblerPPC::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerPPC
182 // Backtrack limit exceeded. in Backtrack()
991 // Backtrack code (branch target for conditional backtracks). in GetCode()
994 Backtrack(); in GetCode()
1019 // Backtrack stack overflow code. in GetCode()
1317 Backtrack();
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.h25 void Backtrack() override;
182 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-riscv64.cc155 void RegExpMacroAssemblerRISCV::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerRISCV
164 // Backtrack limit exceeded. in Backtrack()
933 // Backtrack code (branch target for conditional backtracks). in GetCode()
936 Backtrack(); in GetCode()
959 // Backtrack stack overflow code. in GetCode()
1010 Backtrack(); in GoTo()
1263 Backtrack();
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.h23 void Backtrack() override;
168 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-s390.cc166 void RegExpMacroAssemblerS390::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerS390
176 // Backtrack limit exceeded. in Backtrack()
997 // Backtrack code (branch target for conditional backtracks). in GetCode()
1000 Backtrack(); in GetCode()
1024 // Backtrack stack overflow code. in GetCode()
1282 Backtrack();
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.h26 void Backtrack() override;
207 // is nullptr, in which case it is a conditional Backtrack.
H A Dregexp-macro-assembler-arm64.cc191 void RegExpMacroAssemblerARM64::Backtrack() { in Backtrack() function in v8::internal::RegExpMacroAssemblerARM64
203 // Backtrack limit exceeded. in Backtrack()
943 Backtrack(); in GetCode()
1509 Backtrack(); in BranchOrBacktrack()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.h24 void Backtrack() override;
199 // is nullptr, in which case it is a conditional Backtrack.
/third_party/rust/crates/regex/src/
H A Dexec.rs195 self.match_type = Some(MatchType::Nfa(MatchNfaType::Backtrack)); in bounded_backtracking()
1054 ty = Backtrack; in exec_nfa()
1501 /// Choose between Backtrack and PikeVM.
1507 Backtrack,

Completed in 40 milliseconds

12