v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ZoneChunkList< T >::Chunk Struct Reference
Collaboration diagram for v8::internal::ZoneChunkList< T >::Chunk:

Public Member Functions

Titems ()
 
const Titems () const
 
uint32_t size () const
 
bool empty () const
 
bool full () const
 

Public Attributes

uint32_t capacity_ = 0
 
uint32_t position_ = 0
 
Chunknext_ = nullptr
 
Chunkprevious_ = nullptr
 

Detailed Description

template<typename T>
struct v8::internal::ZoneChunkList< T >::Chunk

Definition at line 111 of file zone-chunk-list.h.

Member Function Documentation

◆ empty()

template<typename T >
bool v8::internal::ZoneChunkList< T >::Chunk::empty ( ) const
inline

Definition at line 122 of file zone-chunk-list.h.

Here is the call graph for this function:

◆ full()

template<typename T >
bool v8::internal::ZoneChunkList< T >::Chunk::full ( ) const
inline

Definition at line 123 of file zone-chunk-list.h.

Here is the call graph for this function:

◆ items() [1/2]

template<typename T >
T * v8::internal::ZoneChunkList< T >::Chunk::items ( )
inline

Definition at line 116 of file zone-chunk-list.h.

Here is the caller graph for this function:

◆ items() [2/2]

template<typename T >
const T * v8::internal::ZoneChunkList< T >::Chunk::items ( ) const
inline

Definition at line 117 of file zone-chunk-list.h.

◆ size()

template<typename T >
uint32_t v8::internal::ZoneChunkList< T >::Chunk::size ( ) const
inline

Definition at line 118 of file zone-chunk-list.h.

Here is the caller graph for this function:

Member Data Documentation

◆ capacity_

template<typename T >
uint32_t v8::internal::ZoneChunkList< T >::Chunk::capacity_ = 0

Definition at line 112 of file zone-chunk-list.h.

◆ next_

template<typename T >
Chunk* v8::internal::ZoneChunkList< T >::Chunk::next_ = nullptr

Definition at line 114 of file zone-chunk-list.h.

◆ position_

template<typename T >
uint32_t v8::internal::ZoneChunkList< T >::Chunk::position_ = 0

Definition at line 113 of file zone-chunk-list.h.

◆ previous_

template<typename T >
Chunk* v8::internal::ZoneChunkList< T >::Chunk::previous_ = nullptr

Definition at line 115 of file zone-chunk-list.h.


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