Lines Matching refs:LogWriteBytes
281 LogWriteBytes(reinterpret_cast<const char*>(&code_load), sizeof(code_load));
282 LogWriteBytes(name, name_length);
283 LogWriteBytes(kStringTerminator, sizeof(kStringTerminator));
284 LogWriteBytes(reinterpret_cast<const char*>(code_pointer), code_size);
374 LogWriteBytes(reinterpret_cast<const char*>(&debug_info), sizeof(debug_info));
391 LogWriteBytes(reinterpret_cast<const char*>(&entry), sizeof(entry));
395 LogWriteBytes(name_string.begin(),
397 LogWriteBytes(kStringTerminator, sizeof(kStringTerminator));
402 LogWriteBytes(kRepeatedNameMarker, sizeof(kRepeatedNameMarker));
406 LogWriteBytes(padding_bytes, padding);
450 LogWriteBytes(reinterpret_cast<const char*>(&debug_info), sizeof(debug_info));
467 LogWriteBytes(reinterpret_cast<const char*>(&entry), sizeof(entry));
469 LogWriteBytes(name_string.c_str(), static_cast<int>(name_string.size()));
470 LogWriteBytes(kStringTerminator, sizeof(kStringTerminator));
474 LogWriteBytes(padding_bytes, padding);
497 LogWriteBytes(reinterpret_cast<const char*>(&unwinding_info_header),
501 LogWriteBytes(reinterpret_cast<const char*>(code.unwinding_info_start()),
510 LogWriteBytes(padding_bytes, static_cast<int>(padding_size));
519 void PerfJitLogger::LogWriteBytes(const char* bytes, int size) {
540 LogWriteBytes(reinterpret_cast<const char*>(&header), sizeof(header));