HomeSort by relevance Sort by last modified time
    Searched refs:BlockIndex (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
log-utils.h 69 int BlockIndex(int pos) const { return pos / block_size_; }
71 int BlocksCount() const { return BlockIndex(max_size_) + 1; }
log-utils.cc 63 int block_read_index = BlockIndex(from_pos);

Completed in 18 milliseconds