Home
last modified time | relevance | path

Searched refs:first_pos_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h197 UsePosition* first_pos() const { return first_pos_; } in first_pos()
250 UsePosition* pos = first_pos_; in FirstHint()
312 UsePosition* first_pos_; variable
Dlithium-allocator.cc75 UsePosition* cur = first_pos_; in Verify()
108 first_pos_(NULL), in LiveRange()
294 UsePosition* use_after = first_pos_; in SplitAt()
315 first_pos_ = NULL; in SplitAt()
317 result->first_pos_ = use_after; in SplitAt()
431 UsePosition* current = first_pos_; in AddUsePosition()
439 use_pos->set_next(first_pos_); in AddUsePosition()
440 first_pos_ = use_pos; in AddUsePosition()
/external/v8/src/compiler/
Dregister-allocator.cc424 first_pos_(nullptr), in LiveRange()
440 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in VerifyPositions()
490 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in FirstHintPosition()
687 first_pos_ = nullptr; in DetachAt()
689 result->first_pos_ = use_after; in DetachAt()
958 if (first_pos_ == nullptr) { in Splinter()
959 first_pos_ = end_part.first_pos_; in Splinter()
962 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()
974 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
976 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
[all …]
Dregister-allocator.h310 UsePosition* first_pos() const { return first_pos_; } in first_pos()
443 UsePosition* first_pos_; variable