Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dregexp-macro-assembler-x64.h221 code_relative_fixup_positions_.Add(masm_.pc_offset()); in MarkPositionForCodeRelativeFixup()
256 ZoneList<int> code_relative_fixup_positions_; variable
Dregexp-macro-assembler-x64.cc119 code_relative_fixup_positions_(4), in RegExpMacroAssemblerX64()
1302 for (int i = 0, n = code_relative_fixup_positions_.length(); i < n; i++) { in FixupCodeRelativePositions()
1303 int position = code_relative_fixup_positions_[i]; in FixupCodeRelativePositions()
1315 code_relative_fixup_positions_.Clear(); in FixupCodeRelativePositions()