Home
last modified time | relevance | path

Searched refs:SequenceLength (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc123 int SequenceLength() const;
412 int BytecodeSequenceNode::SequenceLength() const { in SequenceLength() function in v8::internal::__anon14964::BytecodeSequenceNode
678 return valid_seq_end->SequenceLength(); in TryOptimizeSequence()
743 int fixup_length = RegExpBytecodeLength(bc) - last_node.SequenceLength(); in EmitOptimization()
758 int preserve_from = start_pc + last_node.SequenceLength(); in EmitOptimization()
760 jump_candidate_destination < start_pc + last_node.SequenceLength()) { in EmitOptimization()
769 start_pc + last_node.SequenceLength(); in EmitOptimization()
780 int preserve_length = start_pc + last_node.SequenceLength() - preserve_from; in EmitOptimization()
784 start_pc + last_node.SequenceLength() - preserve_length); in EmitOptimization()
796 AddJumpSourceFixup(fixup_length, start_pc + last_node.SequenceLength()); in EmitOptimization()
[all...]

Completed in 2 milliseconds