HomeSort by relevance Sort by last modified time
    Searched defs:UseInterval (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
lithium-allocator.h 206 class UseInterval: public ZoneObject {
208 UseInterval(LifetimePosition start, LifetimePosition end)
215 UseInterval* next() const { return next_; }
223 LifetimePosition Intersect(const UseInterval* other) const {
235 void set_next(UseInterval* next) { next_ = next; }
239 UseInterval* next_;
281 UseInterval* first_interval() const { return first_interval_; }
383 bool HasOverlap(UseInterval* target) const;
389 UseInterval* FirstSearchIntervalForPosition(LifetimePosition position) const;
390 void AdvanceLastProcessedMarker(UseInterval* to_start_of
    [all...]
  /external/v8/src/
lithium-allocator.h 206 class UseInterval: public ZoneObject {
208 UseInterval(LifetimePosition start, LifetimePosition end)
215 UseInterval* next() const { return next_; }
223 LifetimePosition Intersect(const UseInterval* other) const {
235 void set_next(UseInterval* next) { next_ = next; }
239 UseInterval* next_;
282 UseInterval* first_interval() const { return first_interval_; }
375 bool HasOverlap(UseInterval* target) const;
381 UseInterval* FirstSearchIntervalForPosition(LifetimePosition position) const;
382 void AdvanceLastProcessedMarker(UseInterval* to_start_of
    [all...]

Completed in 213 milliseconds