Searched refs:next_free_slot_ (Results 1 – 1 of 1) sorted by relevance
114 int32_t slot = next_free_slot_++; in RecordObsolete()127 : next_free_slot_(0), in ObsoleteMap()133 next_free_slot_, art::kRuntimePointerSize) != nullptr) { in ObsoleteMap()134 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) != nullptr); in ObsoleteMap()135 next_free_slot_++; in ObsoleteMap()138 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) == nullptr); in ObsoleteMap()194 int32_t next_free_slot_; member in openjdkjvmti::ObsoleteMap