|
V8 Project
|
Collaboration diagram for v8::internal::Segment: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().
Here is the caller graph for this function:
|
inline |
Definition at line 28 of file zone.cc.
Referenced by v8::internal::Zone::DeleteAll().
Here is the caller graph for this function:
|
inline |
Definition at line 34 of file zone.cc.
References address(), and size_.
Referenced by v8::internal::Zone::DeleteAll(), and v8::internal::Zone::NewExpand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 27 of file zone.cc.
References next_.
Referenced by v8::internal::Zone::DeleteAll(), v8::internal::Zone::DeleteKeptSegment(), and Initialize().
Here is the caller graph for this function:
|
inline |
Definition at line 30 of file zone.cc.
References size_.
Referenced by v8::internal::Zone::DeleteKeptSegment(), Initialize(), and v8::internal::Zone::NewExpand().
Here is the caller graph for this function:
|
inline |
Definition at line 33 of file zone.cc.
References address().
Referenced by v8::internal::Zone::DeleteAll(), and v8::internal::Zone::NewExpand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().