![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <sidetable.h>
Public Member Functions | |
| FixedBlockSidetable (size_t size, Zone *zone) | |
| FixedBlockSidetable (size_t size, const T &initial_value, Zone *zone) | |
Public Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, BlockIndex > | |
| T & | operator[] (BlockIndex op) |
| const T & | operator[] (BlockIndex op) const |
Private Types | |
| using | Base = detail::FixedSidetable<T, BlockIndex> |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, BlockIndex > | |
| 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, BlockIndex > | |
| ZoneVector< T > | table_ |
Definition at line 121 of file sidetable.h.
|
private |
Definition at line 122 of file sidetable.h.
|
inlineexplicit |
Definition at line 125 of file sidetable.h.
|
inline |
Definition at line 127 of file sidetable.h.