#include <sparse-bit-vector.h>
Definition at line 18 of file sparse-bit-vector.h.
◆ SparseBitVector()
v8::internal::SparseBitVector::SparseBitVector |
( |
Zone * | zone | ) |
|
|
inlineexplicit |
◆ Add()
V8_INLINE void v8::internal::SparseBitVector::Add |
( |
int | i | ) |
|
|
inline |
◆ begin()
Iterator v8::internal::SparseBitVector::begin |
( |
| ) |
const |
|
inline |
◆ CheckConsistency()
◆ Contains()
V8_INLINE bool v8::internal::SparseBitVector::Contains |
( |
int | i | ) |
const |
|
inline |
◆ contains()
static bool v8::internal::SparseBitVector::contains |
( |
const Segment * | segment, |
|
|
int | i ) |
|
inlinestaticprivate |
◆ end()
Iterator v8::internal::SparseBitVector::end |
( |
| ) |
const |
|
inline |
◆ GetWordAndBitInWord()
static std::pair< int, int > v8::internal::SparseBitVector::GetWordAndBitInWord |
( |
const Segment * | segment, |
|
|
int | i ) |
|
inlinestaticprivate |
◆ insert_after()
static void v8::internal::SparseBitVector::insert_after |
( |
Segment * | segment, |
|
|
Segment * | new_next ) |
|
inlinestaticprivate |
◆ InsertBitAfter()
V8_NOINLINE void v8::internal::SparseBitVector::InsertBitAfter |
( |
Segment * | segment, |
|
|
int | i ) |
|
inlineprivate |
◆ InsertSegmentAfter()
◆ MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR()
v8::internal::SparseBitVector::MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR |
( |
SparseBitVector | | ) |
|
◆ Remove()
V8_INLINE void v8::internal::SparseBitVector::Remove |
( |
int | i | ) |
|
|
inline |
◆ set()
static bool v8::internal::SparseBitVector::set |
( |
Segment * | segment, |
|
|
int | i ) |
|
inlinestaticprivate |
◆ Union()
◆ unset()
static bool v8::internal::SparseBitVector::unset |
( |
Segment * | segment, |
|
|
int | i ) |
|
inlinestaticprivate |
◆ first_segment_
Segment v8::internal::SparseBitVector::first_segment_ |
|
private |
◆ kBitsPerWord
◆ kNumBitsPerSegment
◆ kNumWordsPerSegment
int v8::internal::SparseBitVector::kNumWordsPerSegment = 6 |
|
staticconstexprprivate |
◆ zone_
Zone* v8::internal::SparseBitVector::zone_ |
|
private |
The documentation for this class was generated from the following file: