![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <sidetable.h>
Public Member Functions | |
GrowingOpIndexSidetable (Zone *zone, const Graph *graph) | |
GrowingOpIndexSidetable (size_t size, const T &initial_value, Zone *zone, const Graph *graph) | |
T & | operator[] (OpIndex index) |
const T & | operator[] (OpIndex index) const |
void | SwapData (GrowingOpIndexSidetable< T > &other) |
![]() | |
T & | operator[] (OpIndex index) |
const T & | operator[] (OpIndex index) const |
void | Reset () |
bool | empty () const |
Private Types | |
using | Base = detail::GrowingSidetable<T, OpIndex> |
Additional Inherited Members | |
![]() | |
GrowingSidetable (Zone *zone) | |
GrowingSidetable (size_t size, const T &initial_value, Zone *zone) | |
size_t | NextSize (size_t out_of_bounds_index) const |
![]() | |
ZoneVector< T > | table_ |
Definition at line 132 of file sidetable.h.
|
private |
Definition at line 133 of file sidetable.h.
|
inlineexplicit |
Definition at line 136 of file sidetable.h.
|
inline |
Definition at line 146 of file sidetable.h.
|
inline |
|
inline |
|
inline |
Definition at line 167 of file sidetable.h.