Lines Matching defs:entry
339 // Compute the entry count and get the names of all scripts.
354 // Add the size of the name after each entry.
384 PerfJitDebugEntry entry;
385 // The entry point of the function will be placed straight after the ELF
388 entry.address_ = code_start + iterator.code_offset() + kElfHeaderSize;
389 entry.line_number_ = info.line + 1;
390 entry.column_ = info.column + 1;
391 LogWriteBytes(reinterpret_cast<const char*>(&entry), sizeof(entry));
459 PerfJitDebugEntry entry;
460 // The entry point of the function will be placed straight after the ELF
463 entry.address_ = code_begin + iterator.code_offset() + kElfHeaderSize;
464 entry.line_number_ =
466 entry.column_ = 1;
467 LogWriteBytes(reinterpret_cast<const char*>(&entry), sizeof(entry));