v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::Sidetable< T > Class Template Reference
Collaboration diagram for v8::internal::compiler::Sidetable< T >:

Public Member Functions

 Sidetable (Zone *zone)
 
Toperator[] (const Node *node)
 

Private Attributes

ZoneVector< Tmap_
 

Detailed Description

template<class T>
class v8::internal::compiler::Sidetable< T >

Definition at line 30 of file escape-analysis.cc.

Constructor & Destructor Documentation

◆ Sidetable()

template<class T >
v8::internal::compiler::Sidetable< T >::Sidetable ( Zone * zone)
inlineexplicit

Definition at line 32 of file escape-analysis.cc.

Member Function Documentation

◆ operator[]()

template<class T >
T & v8::internal::compiler::Sidetable< T >::operator[] ( const Node * node)
inline

Definition at line 33 of file escape-analysis.cc.

Member Data Documentation

◆ map_

template<class T >
ZoneVector<T> v8::internal::compiler::Sidetable< T >::map_
private

Definition at line 42 of file escape-analysis.cc.


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