Lines Matching refs:Debug

148   void Debug(const char* format, Args&&... args) const {
149 per_process::Debug(
208 Debug("\nReadVector<%s>()(%d-byte)\n", name.c_str(), sizeof(T));
215 Debug("Reading %d vector elements...\n", count);
221 Debug("ReadVector<%s>() read %s\n", name.c_str(), str.c_str());
230 Debug("ReadString(), length=%d: ", length);
239 Debug("\"%s\", read %zu bytes\n", result.c_str(), length + 1);
257 Debug("Read<%s>()(%d-byte), count=%d: ", name.c_str(), sizeof(T), count);
266 Debug("%s, read %zu bytes\n", str.c_str(), size);
292 Debug("\n[%d] ", i);
327 Debug("\nWriteVector<%s>() (%d-byte), count=%d: %s\n",
342 Debug("WriteVector<%s>() wrote %d bytes\n", name.c_str(), written_total);
356 Debug("WriteString(), length=%zu: \"%s\"\n", data.size(), data.c_str());
365 Debug("WriteString() wrote %zu bytes\n", written_total);
380 Debug("Write<%s>() (%zu-byte), count=%zu: %s",
392 Debug(", wrote %zu bytes\n", size);
413 Debug("\n[%d] ", i);
440 Debug("Read<v8::StartupData>()\n");
443 Debug("size=%d\n", raw_size);
455 Debug("\nWrite<v8::StartupData>() size=%d\n", data.raw_size);
461 Debug("Write<v8::StartupData>() wrote %d bytes\n\n", written_total);
472 Debug("Read<builtins::CodeCacheInfo>()\n");
478 Debug("Read<builtins::CodeCacheInfo>() %s\n", str.c_str());
485 Debug("\nWrite<builtins::CodeCacheInfo>() id = %s"
493 Debug("Write<builtins::CodeCacheInfo>() wrote %d bytes\n", written_total);
505 Debug("Read<PropInfo>()\n");
514 Debug("Read<PropInfo>() %s\n", str.c_str());
524 Debug("Write<PropInfo>() %s\n", str.c_str());
531 Debug("Write<PropInfo>() wrote %d bytes\n", written_total);
545 Debug("Read<AsyncHooks::SerializeInfo>()\n");
556 Debug("Read<AsyncHooks::SerializeInfo>() %s\n", str.c_str());
565 Debug("Write<AsyncHooks::SerializeInfo>() %s\n", str.c_str());
575 Debug("Write<AsyncHooks::SerializeInfo>() wrote %d bytes\n", written_total);
583 Debug("Read<TickInfo::SerializeInfo>()\n");
590 Debug("Read<TickInfo::SerializeInfo>() %s\n", str.c_str());
600 Debug("Write<TickInfo::SerializeInfo>() %s\n", str.c_str());
605 Debug("Write<TickInfo::SerializeInfo>() wrote %d bytes\n", written_total);
613 per_process::Debug(DebugCategory::MKSNAPSHOT,
620 Debug("Read<ImmediateInfo::SerializeInfo>() %s\n", str.c_str());
629 Debug("Write<ImmediateInfo::SerializeInfo>() %s\n", str.c_str());
634 Debug("Write<ImmediateInfo::SerializeInfo>() wrote %d bytes\n",
645 per_process::Debug(DebugCategory::MKSNAPSHOT,
654 Debug("Read<PerformanceState::SerializeInfo>() %s\n", str.c_str());
664 Debug("Write<PerformanceState::SerializeInfo>() %s\n", str.c_str());
671 Debug("Write<PerformanceState::SerializeInfo>() wrote %d bytes\n",
683 per_process::Debug(DebugCategory::MKSNAPSHOT,
691 Debug("Read<IsolateDataSerializeInfo>() %s\n", str.c_str());
700 Debug("Write<IsolateDataSerializeInfo>() %s\n", str.c_str());
706 Debug("Write<IsolateDataSerializeInfo>() wrote %d bytes\n", written_total);
712 per_process::Debug(DebugCategory::MKSNAPSHOT, "Read<RealmSerializeInfo>()\n");
725 Debug("\nWrite<RealmSerializeInfo>() %s\n", str.c_str());
734 Debug("Write<RealmSerializeInfo>() wrote %d bytes\n", written_total);
740 per_process::Debug(DebugCategory::MKSNAPSHOT, "Read<EnvSerializeInfo>()\n");
759 Debug("\nWrite<EnvSerializeInfo>() %s\n", str.c_str());
775 Debug("Write<EnvSerializeInfo>() wrote %d bytes\n", written_total);
790 per_process::Debug(DebugCategory::MKSNAPSHOT, "Read<SnapshotMetadata>()\n");
801 Debug("Read<SnapshotMetadata>() %s\n", str.c_str());
810 Debug("\nWrite<SnapshotMetadata>() %s\n", str.c_str());
816 Debug("Write snapshot type %" PRIu8 "\n", static_cast<uint8_t>(data.type));
818 Debug("Write Node.js version %s\n", data.node_version.c_str());
820 Debug("Write Node.js arch %s\n", data.node_arch);
822 Debug("Write Node.js platform %s\n", data.node_platform);
824 Debug("Write V8 cached data version tag %" PRIx32 "\n",
843 w.Debug("SnapshotData::ToBlob()\n");
848 w.Debug("Write magic %" PRIx32 "\n", kMagic);
850 w.Debug("Write metadata\n");
854 w.Debug("Write isolate_data_indices\n");
857 w.Debug("Write code_cache\n");
861 w.Debug("SnapshotData::ToBlob() Wrote %d bytes\n", written_total);
879 r.Debug("SnapshotData::FromBlob()\n");
885 r.Debug("Read magic %" PRIx32 "\n", magic);
888 r.Debug("Read metadata\n");
894 r.Debug("Read isolate_data_info\n");
897 r.Debug("Read code_cache\n");
900 r.Debug("SnapshotData::FromBlob() read %d bytes\n", r.read_total);
1240 per_process::Debug(DebugCategory::MKSNAPSHOT,
1331 per_process::Debug(DebugCategory::MKSNAPSHOT,
1353 per_process::Debug(DebugCategory::MKSNAPSHOT, \
1399 per_process::Debug(DebugCategory::MKSNAPSHOT, "type = 0x%x\n", type);
1404 per_process::Debug(DebugCategory::MKSNAPSHOT,
1411 per_process::Debug(DebugCategory::MKSNAPSHOT, "native = %p\n", native_ptr);
1415 per_process::Debug(DebugCategory::MKSNAPSHOT,
1421 per_process::Debug(DebugCategory::MKSNAPSHOT,
1444 per_process::Debug(DebugCategory::MKSNAPSHOT,
1454 per_process::Debug(DebugCategory::MKSNAPSHOT,