v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::DynamicBitSet Class Reference
Inheritance diagram for v8::internal::DynamicBitSet:
Collaboration diagram for v8::internal::DynamicBitSet:

Public Member Functions

V8_EXPORT_PRIVATE bool Get (unsigned value) const
 
void Set (unsigned value, Zone *zone)
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

uint32_t first_ = 0
 
ZoneList< unsigned > * remaining_ = nullptr
 

Static Private Attributes

static constexpr unsigned kFirstLimit = 32
 

Detailed Description

Definition at line 331 of file regexp-compiler.cc.

Member Function Documentation

◆ Get()

V8_EXPORT_PRIVATE bool v8::internal::DynamicBitSet::Get ( unsigned value) const
inline

Definition at line 333 of file regexp-compiler.cc.

Here is the caller graph for this function:

◆ Set()

void v8::internal::DynamicBitSet::Set ( unsigned value,
Zone * zone )
inline

Definition at line 344 of file regexp-compiler.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ first_

uint32_t v8::internal::DynamicBitSet::first_ = 0
private

Definition at line 358 of file regexp-compiler.cc.

◆ kFirstLimit

unsigned v8::internal::DynamicBitSet::kFirstLimit = 32
staticconstexprprivate

Definition at line 356 of file regexp-compiler.cc.

◆ remaining_

ZoneList<unsigned>* v8::internal::DynamicBitSet::remaining_ = nullptr
private

Definition at line 359 of file regexp-compiler.cc.


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