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

#include <node-aux-data.h>

Collaboration diagram for v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >:

Public Member Functions

 NodeAuxDataMap (Zone *zone)
 
void Put (NodeId key, T value)
 
T Get (NodeId key) const
 
void Reserve (size_t count)
 

Private Attributes

ZoneUnorderedMap< NodeId, Tmap_
 

Detailed Description

template<class T, T kNonExistent>
class v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >

Definition at line 114 of file node-aux-data.h.

Constructor & Destructor Documentation

◆ NodeAuxDataMap()

template<class T , T kNonExistent>
v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >::NodeAuxDataMap ( Zone * zone)
inlineexplicit

Definition at line 116 of file node-aux-data.h.

Member Function Documentation

◆ Get()

template<class T , T kNonExistent>
T v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >::Get ( NodeId key) const
inline

Definition at line 120 of file node-aux-data.h.

◆ Put()

template<class T , T kNonExistent>
void v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >::Put ( NodeId key,
T value )
inline

Definition at line 118 of file node-aux-data.h.

◆ Reserve()

template<class T , T kNonExistent>
void v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >::Reserve ( size_t count)
inline

Definition at line 126 of file node-aux-data.h.

Member Data Documentation

◆ map_

template<class T , T kNonExistent>
ZoneUnorderedMap<NodeId, T> v8::internal::compiler::NodeAuxDataMap< T, kNonExistent >::map_
private

Definition at line 132 of file node-aux-data.h.


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