Searched refs:code_relative_fixup_positions_ (Results 1 – 2 of 2) sorted by relevance
221 code_relative_fixup_positions_.Add(masm_.pc_offset()); in MarkPositionForCodeRelativeFixup()256 ZoneList<int> code_relative_fixup_positions_; variable
119 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()