Searched refs:near_link_pos_ (Results 1 – 1 of 1) sorted by relevance
38 near_link_pos_ = other.near_link_pos_;55 V8_INLINE void UnuseNear() { near_link_pos_ = 0; } in UnuseNear()58 V8_INLINE bool is_unused() const { return pos_ == 0 && near_link_pos_ == 0; } in is_unused()60 V8_INLINE bool is_near_linked() const { return near_link_pos_ > 0; } in is_near_linked()70 int near_link_pos() const { return near_link_pos_ - 1; } in near_link_pos()82 int near_link_pos_ = 0; variable90 near_link_pos_ = pos + 1;