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

#include <spaces.h>

Public Types

typedef uint32_t CellType
 

Public Member Functions

 MarkBit (CellType *cell, CellType mask, bool data_only)
 
CellTypecell ()
 
CellType mask ()
 
void Set ()
 
bool Get ()
 
void Clear ()
 
bool data_only ()
 
MarkBit Next ()
 

Detailed Description

Definition at line 124 of file spaces.h.

Member Typedef Documentation

typedef uint32_t CellType

Definition at line 126 of file spaces.h.

Constructor & Destructor Documentation

MarkBit ( CellType cell,
CellType  mask,
bool  data_only 
)
inline

Definition at line 128 of file spaces.h.

Referenced by MarkBit::Next().

Member Function Documentation

CellType* cell ( )
inline

Definition at line 131 of file spaces.h.

bool data_only ( )
inline

Definition at line 144 of file spaces.h.

CellType mask ( )
inline

Definition at line 132 of file spaces.h.


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