![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <sidetable.h>
Public Member Functions | |
FixedOpIndexSidetable (size_t size, Zone *zone, const Graph *graph) | |
FixedOpIndexSidetable (size_t size, const T &default_value, Zone *zone, const Graph *graph) | |
T & | operator[] (OpIndex index) |
const T & | operator[] (OpIndex index) const |
void | SwapData (FixedOpIndexSidetable< T > &other) |
![]() | |
T & | operator[] (OpIndex op) |
const T & | operator[] (OpIndex op) const |
Private Types | |
using | Base = detail::FixedSidetable<T, OpIndex> |
Additional Inherited Members | |
![]() | |
FixedSidetable (size_t size, Zone *zone) | |
FixedSidetable (size_t size, const T &default_value, Zone *zone) | |
![]() | |
ZoneVector< T > | table_ |
Definition at line 178 of file sidetable.h.
|
private |
Definition at line 179 of file sidetable.h.
|
inline |
Definition at line 182 of file sidetable.h.
|
inline |
Definition at line 190 of file sidetable.h.
|
inline |
|
inline |
|
inline |
Definition at line 210 of file sidetable.h.