V8 Project
v8::internal::compiler::GenericNode< B, S >::Use Class Reference

#include <generic-node.h>

+ Inheritance diagram for v8::internal::compiler::GenericNode< B, S >::Use:
+ Collaboration diagram for v8::internal::compiler::GenericNode< B, S >::Use:

Public Attributes

GenericNodefrom
 
Usenext
 
Useprev
 
int input_index
 

Additional Inherited Members

- Public Member Functions inherited from v8::internal::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

template<class B, class S>
class v8::internal::compiler::GenericNode< B, S >::Use

Definition at line 100 of file generic-node.h.

Member Data Documentation

◆ from

◆ input_index

template<class B , class S >
int v8::internal::compiler::GenericNode< B, S >::Use::input_index

◆ next

◆ prev

template<class B , class S >
Use* v8::internal::compiler::GenericNode< B, S >::Use::prev

Definition at line 104 of file generic-node.h.


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