Lines Matching defs:bytes
74 // [3] (64 bytes) version string
189 int bytes = startup_data.length();
190 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms);
219 int bytes = context_data.length();
220 PrintF("[Deserializing context #%zu (%d bytes) took %0.3f ms]\n",
221 context_index, bytes, ms);
425 PrintF("%10d bytes per isolate\n",
430 PrintF("%10d bytes per context #%d\n", context_allocation_sizes[i], i);
535 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n",
549 PrintF("%10d bytes for read-only\n", payload_length);
562 PrintF("%10d bytes for shared heap\n", payload_length);
577 PrintF("%10d bytes for context #%d\n", payload_length, i);
700 "# The snapshot consists of %d bytes and contains %d context(s).",