Searched refs:kEntrySizeInWords (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ | ||
D | heap.h | 574 static const int kEntrySizeInWords = 2; variable |
D | heap.cc | 1582 static_cast<int>(head_end - head_start) / kEntrySizeInWords; in RelocateQueueHead() |