Searched refs:next_free_slot_ (Results 1 – 1 of 1) sorted by relevance
166 int32_t slot = next_free_slot_++; in RecordObsolete()179 : next_free_slot_(0), in ObsoleteMap()185 next_free_slot_, art::kRuntimePointerSize) != nullptr) { in ObsoleteMap()186 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) != nullptr); in ObsoleteMap()187 next_free_slot_++; in ObsoleteMap()190 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) == nullptr); in ObsoleteMap()253 int32_t next_free_slot_; member in openjdkjvmti::ObsoleteMap