Lines Matching refs:counts
82 ByteArray counts(js_heap_data.counts());
83 for (int i = 0; i < counts.length() / kBlockCountSlotSize; ++i) {
84 counts_.push_back(counts.get_uint32(i));
111 Handle<ByteArray> counts = isolate->factory()->NewByteArray(
114 counts->set_uint32(i, counts_[i]);
121 block_ids, counts, name, schedule, code, hash_, AllocationType::kOld);
132 Handle<ByteArray> counts(
133 OnHeapBasicBlockProfilerData::cast(list->Get(i)).counts(), isolate);
134 for (int j = 0; j < counts->length() / kBlockCountSlotSize; ++j) {
135 counts->set_uint32(j, 0);
213 os << "block counts for " << name << ":" << std::endl;