Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc250 ZoneMap<int, int> jump_destination_fixups_; member in v8::internal::__anon14964::RegExpBytecodePeephole
482 jump_destination_fixups_(zone), in RegExpBytecodePeephole()
817 auto previous_fixup = jump_destination_fixups_.lower_bound(pos); in AddJumpDestinationFixup()
818 DCHECK(previous_fixup != jump_destination_fixups_.end()); in AddJumpDestinationFixup()
819 DCHECK(previous_fixup != jump_destination_fixups_.begin()); in AddJumpDestinationFixup()
822 jump_destination_fixups_[pos] = previous_fixup_value + fixup; in AddJumpDestinationFixup()
826 auto previous_fixup = jump_destination_fixups_.lower_bound(pos); in SetJumpDestinationFixup()
827 DCHECK(previous_fixup != jump_destination_fixups_.end()); in SetJumpDestinationFixup()
828 DCHECK(previous_fixup != jump_destination_fixups_.begin()); in SetJumpDestinationFixup()
831 jump_destination_fixups_ in SetJumpDestinationFixup()
[all...]

Completed in 4 milliseconds