Home
last modified time | relevance | path

Searched refs:AllocatedInterval (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcoalesced-live-ranges.h17 struct AllocatedInterval { struct
18 AllocatedInterval(LifetimePosition start, LifetimePosition end, in AllocatedInterval() argument
25 bool operator<(const AllocatedInterval& other) const { argument
28 bool operator>(const AllocatedInterval& other) const {
32 typedef ZoneSet<AllocatedInterval> IntervalStore;
81 static AllocatedInterval AsAllocatedInterval(LifetimePosition pos) { in AsAllocatedInterval()
82 return AllocatedInterval(pos, LifetimePosition::Invalid(), nullptr); in AsAllocatedInterval()
Dcoalesced-live-ranges.cc99 AllocatedInterval erase_key(interval->start(), interval->end(), nullptr); in InternalGetNext()
123 AllocatedInterval to_insert(interval->start(), interval->end(), range); in AllocateRange()