Lines Matching defs:bytes
46 int bytes = startup_data.length();
47 PrintF("[Deserializing isolate (%d bytes) took %0.3f ms]\n", bytes, ms);
72 int bytes = context_data.length();
73 PrintF("[Deserializing context #%zu (%d bytes) took %0.3f ms]\n",
74 context_index, bytes, ms);
87 PrintF("%10d bytes per isolate\n", startup_total);
93 PrintF("%10d bytes per context #%d\n", context_total, i);
118 PrintF("Snapshot blob consists of:\n%10d bytes for startup\n",
129 PrintF("%10d bytes for context #%d\n", payload_length, i);