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

#include <spaces.h>

Public Member Functions

 CodeRange (Isolate *isolate)
 
 ~CodeRange ()
 
bool SetUp (const size_t requested_size)
 
void TearDown ()
 
bool exists ()
 
bool contains (Address address)
 
MUST_USE_RESULT Address AllocateRawMemory (const size_t requested, size_t *allocated)
 
void FreeRawMemory (Address buf, size_t length)
 

Detailed Description

Definition at line 823 of file spaces.h.

Constructor & Destructor Documentation

CodeRange ( Isolate isolate)
explicit

Definition at line 126 of file spaces.cc.

~CodeRange ( )
inline

Definition at line 826 of file spaces.h.

References CodeRange::TearDown().

Member Function Documentation

Address AllocateRawMemory ( const size_t  requested,
size_t *  allocated 
)
bool contains ( Address  address)
inline
bool exists ( )
inline
void FreeRawMemory ( Address  buf,
size_t  length 
)
void TearDown ( )

Definition at line 252 of file spaces.cc.

References List< T, P >::Free(), and v8::internal::NULL.

Referenced by TEST(), and CodeRange::~CodeRange().


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