![]() |
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) |
Public Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, OpIndex > | |
| T & | operator[] (OpIndex op) |
| const T & | operator[] (OpIndex op) const |
Private Types | |
| using | Base = detail::FixedSidetable<T, OpIndex> |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, OpIndex > | |
| FixedSidetable (size_t size, Zone *zone) | |
| FixedSidetable (size_t size, const T &default_value, Zone *zone) | |
Protected Attributes inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, OpIndex > | |
| 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.