14 void BitVector::Print() {
29 void BitVector::Iterator::Advance() {
35 val = target_->data_[current_index_];
36 current_ = current_index_ << 5;
38 val = SkipZeroBytes(val);
39 val = SkipZeroBits(val);
40 current_value_ = val >> 1;
bool Contains(int i) const
uint32_t CountPopulation32(uint32_t value)
void PrintF(const char *format,...)
Debugger support for the V8 JavaScript engine.