Home
last modified time | relevance | path

Searched refs:code_relative_fixup_positions_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.h203 code_relative_fixup_positions_.push_back(masm_.pc_offset()); in MarkPositionForCodeRelativeFixup()
254 ZoneChunkList<int> code_relative_fixup_positions_; variable
Dregexp-macro-assembler-x64.cc102 code_relative_fixup_positions_(zone), in RegExpMacroAssemblerX64()
1373 for (int position : code_relative_fixup_positions_) { in FixupCodeRelativePositions()
1385 code_relative_fixup_positions_.Rewind(0); in FixupCodeRelativePositions()