Home
last modified time | relevance | path

Searched refs:UseInterval (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h388 class UseInterval final : public ZoneObject {
390 UseInterval(LifetimePosition start, LifetimePosition end) in UseInterval() function in v8::internal::compiler::RegisterAllocationFlag::final
394 UseInterval(const UseInterval&) = delete;
395 UseInterval& operator=(const UseInterval&) = delete;
401 UseInterval* next() const { return next_; }
402 void set_next(UseInterval* next) { next_ = next; }
406 UseInterval* SplitAt(LifetimePosition pos, Zone* zone);
410 LifetimePosition Intersect(const UseInterval* othe
[all...]
H A Dregister-allocator.cc267 UseInterval* UseInterval::SplitAt(LifetimePosition pos, Zone* zone) { in SplitAt()
269 UseInterval* after = zone->New<UseInterval>(pos, end_); in SplitAt()
313 UseInterval* interval = first_interval_; in VerifyPositions()
328 for (UseInterval* interval = first_interval()->next(); interval != nullptr; in VerifyIntervals()
512 UseInterval* LiveRange::FirstSearchIntervalForPosition( in FirstSearchIntervalForPosition()
523 UseInterval* to_start_of, LifetimePosition but_not_past) const { in AdvanceLastProcessedMarker()
557 UseInterval* current = FirstSearchIntervalForPosition(position); in DetachAt()
568 UseInterval* afte in DetachAt()
[all...]
H A Dspill-placer.cc59 for (UseInterval* interval = child->first_interval(); interval != nullptr; in Add()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc775 for (const UseInterval* interval = range->first_interval(); in PrintLiveRange()
987 for (const UseInterval* interval = range.first_interval(); in operator <<()

Completed in 11 milliseconds