v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UseInterval Class Reference

#include <lithium-allocator.h>

Inheritance diagram for UseInterval:
Collaboration diagram for UseInterval:

Public Member Functions

 UseInterval (LifetimePosition start, LifetimePosition end)
 
LifetimePosition start () const
 
LifetimePosition end () const
 
UseIntervalnext () const
 
void SplitAt (LifetimePosition pos, Zone *zone)
 
LifetimePosition Intersect (const UseInterval *other) const
 
bool Contains (LifetimePosition point) const
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Friends

class LiveRange
 

Detailed Description

Definition at line 206 of file lithium-allocator.h.

Constructor & Destructor Documentation

UseInterval ( LifetimePosition  start,
LifetimePosition  end 
)
inline

Definition at line 208 of file lithium-allocator.h.

References ASSERT, and LifetimePosition::Value().

Referenced by UseInterval::SplitAt().

Member Function Documentation

bool Contains ( LifetimePosition  point) const
inline

Definition at line 229 of file lithium-allocator.h.

References LifetimePosition::Value().

Referenced by UseInterval::SplitAt().

UseInterval* next ( ) const
inline
void SplitAt ( LifetimePosition  pos,
Zone zone 
)

Friends And Related Function Documentation

friend class LiveRange
friend

Definition at line 241 of file lithium-allocator.h.


The documentation for this class was generated from the following files: