v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::ObservableNodeState Class Reference

#include <node-observer.h>

Collaboration diagram for v8::internal::compiler::ObservableNodeState:

Public Member Functions

 ObservableNodeState (const Node *node, Zone *zone)
 
uint32_t id () const
 
const Operatorop () const
 
int16_t opcode () const
 
Type type () const
 

Private Attributes

uint32_t id_
 
const Operatorop_
 
Type type_
 

Detailed Description

Definition at line 31 of file node-observer.h.

Constructor & Destructor Documentation

◆ ObservableNodeState()

v8::internal::compiler::ObservableNodeState::ObservableNodeState ( const Node * node,
Zone * zone )

Definition at line 13 of file node-observer.cc.

Member Function Documentation

◆ id()

uint32_t v8::internal::compiler::ObservableNodeState::id ( ) const
inline

Definition at line 35 of file node-observer.h.

Here is the caller graph for this function:

◆ op()

const Operator * v8::internal::compiler::ObservableNodeState::op ( ) const
inline

Definition at line 36 of file node-observer.h.

Here is the caller graph for this function:

◆ opcode()

int16_t v8::internal::compiler::ObservableNodeState::opcode ( ) const
inline

Definition at line 37 of file node-observer.h.

◆ type()

Type v8::internal::compiler::ObservableNodeState::type ( ) const
inline

Definition at line 38 of file node-observer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ id_

uint32_t v8::internal::compiler::ObservableNodeState::id_
private

Definition at line 41 of file node-observer.h.

◆ op_

const Operator* v8::internal::compiler::ObservableNodeState::op_
private

Definition at line 42 of file node-observer.h.

◆ type_

Type v8::internal::compiler::ObservableNodeState::type_
private

Definition at line 43 of file node-observer.h.


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