Searched refs:block_next_ (Results 1 – 3 of 3) sorted by relevance
17 block_next_(nullptr), in PersistentHandles()58 return location < block_next_; in Contains()65 DCHECK_EQ(block_next_, block_limit_); in AddBlock()70 block_next_ = block_start; in AddBlock()79 if (block_next_ == block_limit_) { in GetHandle()83 DCHECK_LT(block_next_, block_limit_); in GetHandle()84 *block_next_ = value; in GetHandle()85 return block_next_++; in GetHandle()101 FullObjectSlot(block_next_)); in Iterate()
71 Address* block_next_; variable
10569 ph->block_next_ = isolate()->handle_scope_data()->next; in DetachPersistent()