Home | History | Annotate | Download | only in src

Lines Matching full:heap_

18   if (keys_) heap_->UnregisterStrongRoots(keys_);
36 CHECK_NE(address, heap_->not_mapped_symbol());
45 Object* not_mapped = heap_->not_mapped_symbol();
59 Object* not_mapped = heap_->not_mapped_symbol();
88 gc_counter_ = heap_->gc_count();
91 Object* not_mapped = heap_->not_mapped_symbol();
96 heap_->RegisterStrongRoots(keys_, keys_ + size_);
103 if (gc_counter_ != heap_->gc_count()) Rehash();
119 if (result == nullptr && gc_counter_ != heap_->gc_count()) {
129 gc_counter_ = heap_->gc_count();
135 Object* not_mapped = heap_->not_mapped_symbol();
154 DCHECK_NE(heap_->not_mapped_symbol(), values_[index]);
168 gc_counter_ = heap_->gc_count();
173 Object* not_mapped = heap_->not_mapped_symbol();
186 heap_->UnregisterStrongRoots(old_keys);
187 heap_->RegisterStrongRoots(keys_, keys_ + size_);