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

#include <spaces.h>

Public Member Functions

 AllocationInfo ()
 
 INLINE (void set_top(Address top))
 
 INLINE (Address top()) const
 
Addresstop_address ()
 
 INLINE (void set_limit(Address limit))
 
 INLINE (Address limit()) const
 
Addresslimit_address ()
 

Detailed Description

Definition at line 1348 of file spaces.h.

Constructor & Destructor Documentation

AllocationInfo ( )
inline

Definition at line 1350 of file spaces.h.

Member Function Documentation

INLINE ( void   set_topAddress top)
inline

Definition at line 1353 of file spaces.h.

References v8::internal::HeapObjectTagMask(), v8::internal::NULL, and SLOW_ASSERT.

INLINE ( Address   top()) const
inline

Definition at line 1359 of file spaces.h.

References v8::internal::HeapObjectTagMask(), v8::internal::NULL, and SLOW_ASSERT.

INLINE ( void   set_limitAddress limit)
inline

Definition at line 1369 of file spaces.h.

References v8::internal::HeapObjectTagMask(), v8::internal::NULL, and SLOW_ASSERT.

INLINE ( Address   limit()) const
inline

Definition at line 1375 of file spaces.h.

References v8::internal::HeapObjectTagMask(), v8::internal::NULL, and SLOW_ASSERT.

Address* limit_address ( )
inline
Address* top_address ( )
inline

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