Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h195 UsePosition* first_pos() const { return first_pos_; } in first_pos()
248 UsePosition* pos = first_pos_; in FirstHint()
310 UsePosition* first_pos_; variable
Dlithium-allocator.cc73 UsePosition* cur = first_pos_; in Verify()
106 first_pos_(NULL), in LiveRange()
292 UsePosition* use_after = first_pos_; in SplitAt()
313 first_pos_ = NULL; in SplitAt()
315 result->first_pos_ = use_after; in SplitAt()
429 UsePosition* current = first_pos_; in AddUsePosition()
437 use_pos->set_next(first_pos_); in AddUsePosition()
438 first_pos_ = use_pos; in AddUsePosition()
/external/v8/src/compiler/
Dregister-allocator.cc268 first_pos_(nullptr), in LiveRange()
287 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in VerifyPositions()
338 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in FirstHintPosition()
535 first_pos_ = nullptr; in DetachAt()
537 result->first_pos_ = use_after; in DetachAt()
864 if (first_pos_ == nullptr) { in Splinter()
865 first_pos_ = end_part.first_pos_; in Splinter()
868 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()
880 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
882 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
[all …]
Dregister-allocator.h308 UsePosition* first_pos() const { return first_pos_; } in first_pos()
451 UsePosition* first_pos_; variable