Lines Matching defs:length
593 "[category: length || total free bytes]\n");
616 int length = free_list->FreeListLength();
620 out_str << "[" << cat << ": " << std::setw(4) << length << " || "
625 categories_lengths[cat] += length;
647 // Print global statistics of each FreeListCategory (length & sum).
650 "[category: length || total free KB]\n");
853 int index = array->length();
857 DCHECK_EQ(array->length(), index + 1);
865 int length = targets.length();
867 for (int i = 0; i < length; i++) {
2194 void Heap::EnsureWasmCanonicalRttsSize(int length) {
2196 if (length <= current_rtts->length()) return;
2198 isolate(), current_rtts, length, AllocationType::kOld);
2199 result->set_length(length);
3302 int len = number_string_cache().length();
3526 const int len = object.length();
3590 const int len = object.length();
3676 // Initialize header of the trimmed array. We are storing the new length
3679 object.set_length(object.length() - elements_to_trim, kReleaseStore);
6255 if (array->length() == 0) {
6259 if (new_length == array->length()) {
6271 for (int i = 0; i < array->length(); i++) {
6336 int length = retained_maps.length();
6339 for (int i = 0; i < length; i += 2) {
6356 for (int i = new_length; i < length; i++) {
6359 if (new_length != length) retained_maps.set_length(new_length);
7020 return detached_contexts().length() / 2;