Home
last modified time | relevance | path

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

/external/v8/src/zone/
Dzone-chunk-list.h359 SeekResult seek_result = SeekIndex(limit); in Rewind() local
360 DCHECK_NOT_NULL(seek_result.chunk_); in Rewind()
363 seek_result.chunk_->position_ = seek_result.chunk_index_; in Rewind()
366 back_ = seek_result.chunk_; in Rewind()
369 for (Chunk* current = seek_result.chunk_->next_; current != nullptr; in Rewind()
379 SeekResult seek_result = SeekIndex(index); in Find() local
380 return typename ZoneChunkList<T>::iterator(seek_result.chunk_, in Find()
381 seek_result.chunk_index_); in Find()
387 SeekResult seek_result = SeekIndex(index); in Find() local
388 return typename ZoneChunkList<T>::const_iterator(seek_result.chunk_, in Find()
[all …]