Searched refs:kBlockCountSlotSize (Results 1 – 1 of 1) sorted by relevance
63 constexpr int kBlockCountSlotSize = kInt32Size; variable83 for (int i = 0; i < counts.length() / kBlockCountSlotSize; ++i) { in CopyFromJSHeap()107 static_cast<int>(n_blocks() * kBlockCountSlotSize); in CopyToJSHeap()109 static_cast<size_t>(counts_array_size_in_bytes) / kBlockCountSlotSize == in CopyToJSHeap()134 for (int j = 0; j < counts->length() / kBlockCountSlotSize; ++j) { in ResetCounts()