webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
JSC::HashMapBuffer< BucketType > Class Template Reference

#include <HashMapImpl.h>

Public Member Functions

 HashMapBuffer ()=delete
 
ALWAYS_INLINE BucketType ** buffer () const
 
ALWAYS_INLINE void reset (uint32_t capacity)
 
 HashMapBuffer ()=delete
 
ALWAYS_INLINE BucketType ** buffer () const
 
ALWAYS_INLINE void reset (uint32_t capacity)
 

Static Public Member Functions

static size_t allocationSize (uint32_t capacity)
 
static HashMapBuffercreate (ExecState *exec, VM &vm, JSCell *, uint32_t capacity)
 
static size_t allocationSize (uint32_t capacity)
 
static HashMapBuffercreate (ExecState *exec, VM &vm, JSCell *, uint32_t capacity)
 

Constructor & Destructor Documentation

◆ HashMapBuffer() [1/2]

template<typename BucketType >
JSC::HashMapBuffer< BucketType >::HashMapBuffer ( )
delete

◆ HashMapBuffer() [2/2]

template<typename BucketType >
JSC::HashMapBuffer< BucketType >::HashMapBuffer ( )
delete

Member Function Documentation

◆ allocationSize() [1/2]

template<typename BucketType >
static size_t JSC::HashMapBuffer< BucketType >::allocationSize ( uint32_t  capacity)
inlinestatic

◆ allocationSize() [2/2]

template<typename BucketType >
static size_t JSC::HashMapBuffer< BucketType >::allocationSize ( uint32_t  capacity)
inlinestatic

◆ buffer() [1/2]

template<typename BucketType >
ALWAYS_INLINE BucketType** JSC::HashMapBuffer< BucketType >::buffer ( ) const
inline

◆ buffer() [2/2]

template<typename BucketType >
ALWAYS_INLINE BucketType** JSC::HashMapBuffer< BucketType >::buffer ( ) const
inline

◆ create() [1/2]

template<typename BucketType >
static HashMapBuffer* JSC::HashMapBuffer< BucketType >::create ( ExecState exec,
VM vm,
JSCell ,
uint32_t  capacity 
)
inlinestatic

◆ create() [2/2]

template<typename BucketType >
static HashMapBuffer* JSC::HashMapBuffer< BucketType >::create ( ExecState exec,
VM vm,
JSCell ,
uint32_t  capacity 
)
inlinestatic

◆ reset() [1/2]

template<typename BucketType >
ALWAYS_INLINE void JSC::HashMapBuffer< BucketType >::reset ( uint32_t  capacity)
inline

◆ reset() [2/2]

template<typename BucketType >
ALWAYS_INLINE void JSC::HashMapBuffer< BucketType >::reset ( uint32_t  capacity)
inline

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