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