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 243 LogWriteBytes(reinterpret_cast<const char*>(&code_load), sizeof(code_load));
244 LogWriteBytes(code_name, length);
245 LogWriteBytes(string_terminator, 1);
246 LogWriteBytes(reinterpret_cast<const char*>(code_pointer), code_size);
294 LogWriteBytes(reinterpret_cast<const char*>(&debug_info), sizeof(debug_info));
321 LogWriteBytes(reinterpret_cast<const char*>(&entry), sizeof(entry));
322 LogWriteBytes(name_string.get(), name_length + 1);
325 LogWriteBytes(padding_bytes, padding);
347 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 325 void LogWriteBytes(const char* bytes, int size);
330 LogWriteBytes(reinterpret_cast<const char*>(&tag), sizeof(tag));
331 LogWriteBytes(reinterpret_cast<const char*>(&s), sizeof(s));
382 LogWriteBytes(arch, sizeof(arch));
392 LogWriteBytes(name, length);
393 LogWriteBytes(
407 void LowLevelLogger::LogWriteBytes(const char* bytes, int size) {
417 LogWriteBytes(&tag, sizeof(tag));
    [all...]

Completed in 55 milliseconds