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
FixedBodyDescriptor< start_offset, end_offset, size > Class Template Reference

#include <objects.h>

Static Public Member Functions

static void IterateBody (HeapObject *obj, ObjectVisitor *v)
 
template<typename StaticVisitor >
static void IterateBody (HeapObject *obj)
 

Static Public Attributes

static const int kStartOffset = start_offset
 
static const int kEndOffset = end_offset
 
static const int kSize = size
 

Detailed Description

template<int start_offset, int end_offset, int size>
class v8::internal::FixedBodyDescriptor< start_offset, end_offset, size >

Definition at line 1243 of file objects.h.

Member Function Documentation

void IterateBody ( HeapObject obj,
ObjectVisitor *  v 
)
inlinestatic
static void IterateBody ( HeapObject obj)
inlinestatic

Definition at line 1252 of file objects.h.

References SLOT_ADDR.

Field Documentation

const int kEndOffset = end_offset
static

Definition at line 1246 of file objects.h.

const int kSize = size
static

Definition at line 1247 of file objects.h.

const int kStartOffset = start_offset
static

Definition at line 1245 of file objects.h.


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