Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc878 int fixed_jump_destination = in FixJump() local
881 DCHECK_LT(fixed_jump_destination, Length()); in FixJump()
885 byte jump_bc = optimized_bytecode_buffer_[fixed_jump_destination]; in FixJump()
890 if (jump_destination != fixed_jump_destination) { in FixJump()
891 OverwriteValue<uint32_t>(jump_source, fixed_jump_destination); in FixJump()

Completed in 3 milliseconds