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

#include <sidetable.h>

Inheritance diagram for v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >:
Collaboration diagram for v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >:

Public Member Functions

 GrowingOpIndexSidetable (Zone *zone, const Graph *graph)
 
 GrowingOpIndexSidetable (size_t size, const T &initial_value, Zone *zone, const Graph *graph)
 
Toperator[] (OpIndex index)
 
const Toperator[] (OpIndex index) const
 
void SwapData (GrowingOpIndexSidetable< T > &other)
 
- Public Member Functions inherited from v8::internal::compiler::turboshaft::detail::GrowingSidetable< T, OpIndex >
Toperator[] (OpIndex index)
 
const Toperator[] (OpIndex index) const
 
void Reset ()
 
bool empty () const
 

Private Types

using Base = detail::GrowingSidetable<T, OpIndex>
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::turboshaft::detail::GrowingSidetable< T, OpIndex >
 GrowingSidetable (Zone *zone)
 
 GrowingSidetable (size_t size, const T &initial_value, Zone *zone)
 
size_t NextSize (size_t out_of_bounds_index) const
 
- Protected Attributes inherited from v8::internal::compiler::turboshaft::detail::GrowingSidetable< T, OpIndex >
ZoneVector< Ttable_
 

Detailed Description

template<class T>
class v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >

Definition at line 132 of file sidetable.h.

Member Typedef Documentation

◆ Base

Definition at line 133 of file sidetable.h.

Constructor & Destructor Documentation

◆ GrowingOpIndexSidetable() [1/2]

template<class T >
v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >::GrowingOpIndexSidetable ( Zone * zone,
const Graph * graph )
inlineexplicit

Definition at line 136 of file sidetable.h.

◆ GrowingOpIndexSidetable() [2/2]

template<class T >
v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >::GrowingOpIndexSidetable ( size_t size,
const T & initial_value,
Zone * zone,
const Graph * graph )
inline

Definition at line 146 of file sidetable.h.

Member Function Documentation

◆ operator[]() [1/2]

template<class T >
T & v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >::operator[] ( OpIndex index)
inline

Definition at line 157 of file sidetable.h.

Here is the call graph for this function:

◆ operator[]() [2/2]

template<class T >
const T & v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >::operator[] ( OpIndex index) const
inline

Definition at line 162 of file sidetable.h.

Here is the call graph for this function:

◆ SwapData()

template<class T >
void v8::internal::compiler::turboshaft::GrowingOpIndexSidetable< T >::SwapData ( GrowingOpIndexSidetable< T > & other)
inline

Definition at line 167 of file sidetable.h.


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