Searched refs:near_link_pos_ (Results 1 – 1 of 1) sorted by relevance
43 near_link_pos_ = other.near_link_pos_;62 V8_INLINE void UnuseNear() { near_link_pos_ = 0; } in UnuseNear()65 V8_INLINE bool is_unused() const { return pos_ == 0 && near_link_pos_ == 0; } in is_unused()67 V8_INLINE bool is_near_linked() const { return near_link_pos_ > 0; } in is_near_linked()77 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()89 int near_link_pos_ = 0; variable97 near_link_pos_ = pos + 1;