#include <data-flow.h>
Definition at line 21 of file data-flow.h.
◆ ~Iterator()
v8::internal::BitVector::BASE_EMBEDDED::~Iterator |
( |
| ) |
|
|
inline |
◆ Advance()
void v8::internal::BitVector::BASE_EMBEDDED::Advance |
( |
| ) |
|
◆ Current()
int v8::internal::BitVector::BASE_EMBEDDED::Current |
( |
| ) |
const |
|
inline |
◆ Done()
bool v8::internal::BitVector::BASE_EMBEDDED::Done |
( |
| ) |
const |
|
inline |
◆ Iterator()
v8::internal::BitVector::BASE_EMBEDDED::Iterator |
( |
BitVector * |
target | ) |
|
|
inlineexplicit |
◆ SkipZeroBits()
Definition at line 49 of file data-flow.h.
50 while ((val & 0x1) == 0) {
◆ SkipZeroBytes()
Definition at line 42 of file data-flow.h.
43 while ((val & 0xFF) == 0) {
◆ BitVector
◆ current_
int v8::internal::BitVector::BASE_EMBEDDED::current_ |
|
private |
◆ current_index_
int v8::internal::BitVector::BASE_EMBEDDED::current_index_ |
|
private |
◆ current_value_
uint32_t v8::internal::BitVector::BASE_EMBEDDED::current_value_ |
|
private |
◆ target_
BitVector* v8::internal::BitVector::BASE_EMBEDDED::target_ |
|
private |
The documentation for this class was generated from the following file: