HomeSort by relevance Sort by last modified time
    Searched full:p_bits_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/
arena_bit_vector.h 36 : p_bits_(bit_vector),
39 bit_size_(p_bits_->storage_size_ * sizeof(uint32_t) * 8) {}
44 DCHECK_EQ(bit_size_, p_bits_->GetStorageSize() * sizeof(uint32_t) * 8);
45 DCHECK_EQ(bit_storage_, p_bits_->GetRawStorage());
76 ArenaBitVector* const p_bits_; member in class:art::ArenaBitVector::Iterator

Completed in 39 milliseconds