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
HUseListNode Class Reference

#include <hydrogen-instructions.h>

Inheritance diagram for HUseListNode:
Collaboration diagram for HUseListNode:

Public Member Functions

 HUseListNode (HValue *value, int index, HUseListNode *tail)
 
HUseListNodetail ()
 
HValuevalue () const
 
int index () const
 
void set_tail (HUseListNode *list)
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 470 of file hydrogen-instructions.h.

Constructor & Destructor Documentation

HUseListNode ( HValue value,
int  index,
HUseListNode tail 
)
inline

Definition at line 472 of file hydrogen-instructions.h.

Member Function Documentation

int index ( ) const
inline
void set_tail ( HUseListNode list)
inline
HValue* value ( ) const
inline

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