Searched defs:PerfJitDebugEntry (Results 1 – 1 of 1) sorted by relevance
176 struct PerfJitDebugEntry { struct177 uint64_t address_; // Code address which maps to the line/column in source.178 uint32_t line_number_; // Source line number starting at 1.179 uint32_t column_; // Column discriminator, default 0.180 const char name_[0]; // Followed by null-terminated name or \0xff\0 if same as previous.