Home | History | Annotate | Download | only in src

Lines Matching refs:bytes

777   // All the bytes in the space are 'available'.  We will rediscover
778 // allocated and wasted bytes during GC.
822 // of forwarding addresses is as an offset in terms of live bytes, so we
1390 PrintF(" %-20s: %10d bytes\n", table[i], code_kind_statistics[i]);
1416 PrintF(" %-33s%10d (%10d bytes)\n",
1419 heap_histograms[i].bytes());
1429 string_bytes += heap_histograms[type].bytes();
1433 PrintF(" %-33s%10d (%10d bytes)\n\n", "STRING_TYPE", string_number,
1474 string_bytes += info[type].bytes();
1485 info[i].bytes()));
1502 PrintF(" %-33s%10d (%10d bytes)\n",
1505 allocated_histogram_[i].bytes());
1793 // available) and we will rediscover available and wasted bytes during
1831 // The bytes we have just "freed" to add to the free list were
1844 bool NewSpace::ReserveSpace(int bytes) {
1847 ASSERT(bytes <= InitialCapacity());
1850 return limit - top >= bytes;
1854 bool PagedSpace::ReserveSpace(int bytes) {
1857 if (limit - top >= bytes) return true;
1864 int bytes_left_to_reserve = bytes;
1883 bool LargeObjectSpace::ReserveSpace(int bytes) {
1884 return Heap::OldGenerationSpaceAvailable() >= bytes;
2271 // rediscover live and wasted bytes during the collection.
2276 // allocated and we will rediscover available bytes during the