HomeSort by relevance Sort by last modified time
    Searched refs:LogWriteBytes (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
perf-jit.cc 240 LogWriteBytes(reinterpret_cast<const char*>(&code_load), sizeof(code_load));
241 LogWriteBytes(code_name, length);
242 LogWriteBytes(string_terminator, 1);
243 LogWriteBytes(reinterpret_cast<const char*>(code_pointer), code_size);
291 LogWriteBytes(reinterpret_cast<const char*>(&debug_info), sizeof(debug_info));
316 LogWriteBytes(reinterpret_cast<const char*>(&entry), sizeof(entry));
317 LogWriteBytes(name_string.get(), name_length + 1);
320 LogWriteBytes(padding_bytes, padding);
344 LogWriteBytes(reinterpret_cast<const char*>(&unwinding_info_header),
351 LogWriteBytes(reinterpret_cast<const char*>(code->unwinding_info_start())
    [all...]
perf-jit.h 66 void LogWriteBytes(const char* bytes, int size);
log.cc 323 void LogWriteBytes(const char* bytes, int size);
328 LogWriteBytes(reinterpret_cast<const char*>(&tag), sizeof(tag));
329 LogWriteBytes(reinterpret_cast<const char*>(&s), sizeof(s));
380 LogWriteBytes(arch, sizeof(arch));
390 LogWriteBytes(name, length);
391 LogWriteBytes(
405 void LowLevelLogger::LogWriteBytes(const char* bytes, int size) {
415 LogWriteBytes(&tag, sizeof(tag));
    [all...]

Completed in 924 milliseconds