v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::MemoryOptimizer::Token Struct Reference
Collaboration diagram for v8::internal::compiler::MemoryOptimizer::Token:

Public Attributes

Nodenode
 
AllocationState const * state
 
NodeId effect_chain
 

Detailed Description

Definition at line 67 of file memory-optimizer.h.

Member Data Documentation

◆ effect_chain

NodeId v8::internal::compiler::MemoryOptimizer::Token::effect_chain

Definition at line 72 of file memory-optimizer.h.

◆ node

Node* v8::internal::compiler::MemoryOptimizer::Token::node

Definition at line 68 of file memory-optimizer.h.

◆ state

AllocationState const* v8::internal::compiler::MemoryOptimizer::Token::state

Definition at line 69 of file memory-optimizer.h.


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