Home
last modified time | relevance | path

Searched refs:buckets_owned_ (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dgvn.cc44 buckets_owned_(allocator, num_buckets_, false, kArenaAllocGvn), in ValueSet()
48 buckets_owned_.SetInitialBits(num_buckets_); in ValueSet()
57 buckets_owned_(allocator, num_buckets_, false, kArenaAllocGvn), in ValueSet()
89 if (!buckets_owned_.IsBitSet(index)) { in Add()
138 buckets_owned_.SetInitialBits(num_buckets_); in Clear()
168 buckets_owned_.ClearAllBits(); in PopulateFromInternal()
180 buckets_owned_.SetInitialBits(num_buckets_); in PopulateFromInternal()
213 DCHECK(!buckets_owned_.IsBitSet(index)); in CloneBucket()
229 buckets_owned_.SetBit(index); in CloneBucket()
245 if (!buckets_owned_.IsBitSet(i)) { in DeleteAllImpureWhich()
[all …]