Searched refs:used_ (Results 1 – 8 of 8) sorted by relevance
61 if (currentBatch_->used_ == currentBatch_->end_) { in allocate()63 while (currentBatch_ && currentBatch_->used_ == currentBatch_->end_) in allocate()73 AllocatedType* allocated = currentBatch_->used_; in allocate()74 currentBatch_->used_ += objectPerAllocation; in allocate()90 AllocatedType* used_; member105 batch->used_ = batch->buffer_; in allocateBatch()
91 int used_; // number of bits used in accumulator member104 return (bw->cur_ - bw->buf_) + ((bw->used_ + 7) >> 3); in VP8LBitWriterNumBytes()129 if (bw->used_ >= 32) { in VP8LPutBits()132 bw->bits_ |= (vp8l_atype_t)bits << bw->used_; in VP8LPutBits()133 bw->used_ += n_bits; in VP8LPutBits()
263 bw->used_ -= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()272 int used = bw->used_; in VP8LPutBitsInternal()302 bw->used_ = used + n_bits; in VP8LPutBitsInternal()308 if (VP8LBitWriterResize(bw, (bw->used_ + 7) >> 3)) { in VP8LBitWriterFinish()309 while (bw->used_ > 0) { in VP8LBitWriterFinish()312 bw->used_ -= 8; in VP8LBitWriterFinish()314 bw->used_ = 0; in VP8LBitWriterFinish()
95 used_ = 42; in A()107 int used_, unused_; // expected-warning{{private field 'unused_' is not used}} member in A
367 BoolVector used_; variable
539 label->used_ = true; in Use()587 RawMachineLabel::~RawMachineLabel() { DCHECK(bound_ || !used_); } in ~RawMachineLabel()
39 used_(node_count, false, zone), in InstructionSelector()369 DCHECK_LT(id, used_.size()); in IsUsed()370 return used_[id]; in IsUsed()377 DCHECK_LT(id, used_.size()); in MarkAsUsed()378 used_[id] = true; in MarkAsUsed()
854 bool used_ = false; variable