V8 Project
|
#include <spaces.h>
Public Member Functions | |
AllocationInfo () | |
INLINE (void set_top(Address top)) | |
INLINE (Address top()) const | |
Address * | top_address () |
INLINE (void set_limit(Address limit)) | |
INLINE (Address limit()) const | |
Address * | limit_address () |
Private Attributes | |
Address | top_ |
Address | limit_ |
|
inline |
Definition at line 1257 of file spaces.h.
|
inline |
Definition at line 1279 of file spaces.h.
References v8::internal::HeapObjectTagMask(), limit_, NULL, and SLOW_DCHECK.
|
inline |
Definition at line 1265 of file spaces.h.
References v8::internal::HeapObjectTagMask(), NULL, SLOW_DCHECK, and top_.
|
inline |
Definition at line 1273 of file spaces.h.
References v8::internal::HeapObjectTagMask(), limit_, NULL, and SLOW_DCHECK.
|
inline |
Definition at line 1259 of file spaces.h.
References v8::internal::HeapObjectTagMask(), NULL, SLOW_DCHECK, and top_.
|
inline |
Definition at line 1286 of file spaces.h.
References limit_.
Referenced by v8::internal::PagedSpace::allocation_limit_address(), and v8::internal::NewSpace::allocation_limit_address().
|
inline |
Definition at line 1271 of file spaces.h.
References top_.
Referenced by v8::internal::PagedSpace::allocation_top_address(), and v8::internal::NewSpace::allocation_top_address().
|
private |
Definition at line 1299 of file spaces.h.
Referenced by INLINE(), and limit_address().
|
private |
Definition at line 1297 of file spaces.h.
Referenced by INLINE(), and top_address().