Searched refs:first_pos_ (Results 1 – 2 of 2) sorted by relevance
299 first_pos_(nullptr), in LiveRange()314 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in VerifyPositions()354 first_pos_ = next_->first_pos(); in AttachToNext()356 UsePosition* ptr = first_pos_; in AttachToNext()362 next_->first_pos_ = nullptr; in AttachToNext()392 if (!first_pos_) return nullptr; in FirstHintPosition()394 if (current_hint_position_->pos() < first_pos_->pos()) { in FirstHintPosition()395 current_hint_position_ = first_pos_; in FirstHintPosition()417 UsePosition* pos_check = first_pos_; in FirstHintPosition()617 first_pos_ = nullptr; in DetachAt()[all …]
533 UsePosition* first_pos() const { return first_pos_; } in NON_EXPORTED_BASE()672 void ResetCurrentHintPosition() { current_hint_position_ = first_pos_; } in NON_EXPORTED_BASE()713 UsePosition* first_pos_; in NON_EXPORTED_BASE() local