V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::EmbedderGraphImpl::V8NodeImpl Class Reference
Inheritance diagram for v8::internal::EmbedderGraphImpl::V8NodeImpl:
v8::internal::compiler::Node Inputs final

Public Member Functions

 V8NodeImpl (Object *object)
 
ObjectGetObject ()
 
bool IsEmbedderNode () override
 
const charName () override
 
size_t SizeInBytes () override
 
- Public Member Functions inherited from v8::internal::compiler::Node
bool IsDead () const
 
void Kill ()
 
const Operatorop () const
 
IrOpcode::Value opcode () const
 
NodeId id () const
 
int InputCount () const
 
void Verify ()
 
NodeInputAt (int index) const
 
void ReplaceInput (int index, Node *new_to)
 
void AppendInput (Zone *zone, Node *new_to)
 
void InsertInput (Zone *zone, int index, Node *new_to)
 
void InsertInputs (Zone *zone, int index, int count)
 
void RemoveInput (int index)
 
void NullAllInputs ()
 
void TrimInputCount (int new_input_count)
 
int UseCount () const
 
void ReplaceUses (Node *replace_to)
 
InputEdges input_edges ()
 
Inputs inputs () const
 
UseEdges use_edges ()
 
Uses uses ()
 
bool OwnedBy (Node *owner) const
 
bool OwnedBy (Node const *owner1, Node const *owner2) const
 
void Print () const
 
const_iterator begin () const
 
const_iterator end () const
 
bool empty () const
 
int count () const
 
value_type operator[] (int index) const
 
 Inputs (Node *const *input_root, int count)
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::Node
typedef Nodevalue_type
 
- Static Public Member Functions inherited from v8::internal::compiler::Node
static NodeNew (Zone *zone, NodeId id, const Operator *op, int input_count, Node *const *inputs, bool has_extensible_inputs)
 
static NodeClone (Zone *zone, NodeId id, const Node *node)
 

Detailed Description

Definition at line 1775 of file heap-snapshot-generator.cc.


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