V8 Project
|
Public Member Functions | |
void | Initialize (Segment *next, int size) |
Segment * | next () const |
void | clear_next () |
int | size () const |
int | capacity () const |
Address | start () const |
Address | end () const |
Private Member Functions | |
Address | address (int n) const |
Private Attributes | |
Segment * | next_ |
int | size_ |
|
inline |
Definition at line 31 of file zone.cc.
References size_.
Referenced by v8::internal::Zone::DeleteAll().
|
inline |
Definition at line 28 of file zone.cc.
Referenced by v8::internal::Zone::DeleteAll().
|
inline |
Definition at line 34 of file zone.cc.
References address(), and size_.
Referenced by v8::internal::Zone::DeleteAll(), and v8::internal::Zone::NewExpand().
|
inline |
Definition at line 27 of file zone.cc.
References next_.
Referenced by v8::internal::Zone::DeleteAll(), v8::internal::Zone::DeleteKeptSegment(), and Initialize().
|
inline |
Definition at line 30 of file zone.cc.
References size_.
Referenced by v8::internal::Zone::DeleteKeptSegment(), Initialize(), and v8::internal::Zone::NewExpand().
|
inline |
Definition at line 33 of file zone.cc.
References address().
Referenced by v8::internal::Zone::DeleteAll(), and v8::internal::Zone::NewExpand().
|
private |
Definition at line 42 of file zone.cc.
Referenced by clear_next(), Initialize(), and next().
|
private |
Definition at line 43 of file zone.cc.
Referenced by capacity(), end(), Initialize(), and size().