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

  /external/v8/src/
log-utils.h 71 int BlocksCount() const { return BlockIndex(max_size_) + 1; }
log-utils.cc 45 ASSERT(BlocksCount() > 0);
47 for (int i = 1; i < BlocksCount(); ++i) {
54 for (int i = 0; i < BlocksCount(); ++i) {

Completed in 128 milliseconds