#include <bit-vector.h>
Definition at line 16 of file bit-vector.h.
◆ BitVector() [1/5]
v8::internal::BitVector::BitVector |
( |
| ) |
|
|
default |
◆ BitVector() [2/5]
v8::internal::BitVector::BitVector |
( |
int | length, |
|
|
Zone * | zone ) |
|
inline |
◆ BitVector() [3/5]
v8::internal::BitVector::BitVector |
( |
const BitVector & | other, |
|
|
Zone * | zone ) |
|
inline |
◆ BitVector() [4/5]
v8::internal::BitVector::BitVector |
( |
const BitVector & | | ) |
|
|
delete |
◆ BitVector() [5/5]
v8::internal::BitVector::BitVector |
( |
BitVector && | other | ) |
|
|
inline |
◆ Add()
void v8::internal::BitVector::Add |
( |
int | i | ) |
|
|
inline |
◆ AddAll()
void v8::internal::BitVector::AddAll |
( |
| ) |
|
|
inline |
◆ begin()
Iterator v8::internal::BitVector::begin |
( |
| ) |
const |
|
inline |
◆ bit()
static V8_INLINE uintptr_t v8::internal::BitVector::bit |
( |
int | index | ) |
|
|
inlinestaticprivate |
◆ Clear()
void v8::internal::BitVector::Clear |
( |
| ) |
|
|
inline |
◆ Contains()
bool v8::internal::BitVector::Contains |
( |
int | i | ) |
const |
|
inline |
◆ CopyFrom()
void v8::internal::BitVector::CopyFrom |
( |
const BitVector & | other | ) |
|
|
inline |
◆ Count()
int v8::internal::BitVector::Count |
( |
| ) |
const |
◆ data_length()
int v8::internal::BitVector::data_length |
( |
| ) |
const |
|
inlineprivate |
◆ end()
Iterator v8::internal::BitVector::end |
( |
| ) |
const |
|
inline |
◆ Equals()
bool v8::internal::BitVector::Equals |
( |
const BitVector & | other | ) |
const |
|
inline |
◆ Intersect()
void v8::internal::BitVector::Intersect |
( |
const BitVector & | other | ) |
|
|
inline |
◆ IntersectIsChanged()
bool v8::internal::BitVector::IntersectIsChanged |
( |
const BitVector & | other | ) |
|
|
inline |
◆ is_inline()
bool v8::internal::BitVector::is_inline |
( |
| ) |
const |
|
inlineprivate |
◆ IsEmpty()
bool v8::internal::BitVector::IsEmpty |
( |
| ) |
const |
|
inline |
◆ length()
int v8::internal::BitVector::length |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Remove()
void v8::internal::BitVector::Remove |
( |
int | i | ) |
|
|
inline |
◆ Resize()
void v8::internal::BitVector::Resize |
( |
int | new_length, |
|
|
Zone * | zone ) |
|
inline |
◆ Subtract()
void v8::internal::BitVector::Subtract |
( |
const BitVector & | other | ) |
|
|
inline |
◆ Union()
void v8::internal::BitVector::Union |
( |
const BitVector & | other | ) |
|
|
inline |
◆ UnionIsChanged()
bool v8::internal::BitVector::UnionIsChanged |
( |
const BitVector & | other | ) |
|
|
inline |
◆ word()
static V8_INLINE int v8::internal::BitVector::word |
( |
int | index | ) |
|
|
inlinestaticprivate |
◆ data_
◆ data_begin_
uintptr_t* v8::internal::BitVector::data_begin_ = &data_.inline_ |
|
private |
◆ data_end_
uintptr_t* v8::internal::BitVector::data_end_ = &data_.inline_ + 1 |
|
private |
◆ kDataBits
◆ kDataBitShift
◆ length_
int v8::internal::BitVector::length_ = 0 |
|
private |
The documentation for this class was generated from the following files: