Home
last modified time | relevance | path

Searched defs:PerfJitDebugEntry (Results 1 – 1 of 1) sorted by relevance

/art/compiler/jit/
Djit_logger.cc179 struct PerfJitDebugEntry { struct
180 uint64_t address_; // Code address which maps to the line/column in source.
181 uint32_t line_number_; // Source line number starting at 1.
182 uint32_t column_; // Column discriminator, default 0.
183 const char name_[0]; // Followed by null-terminated name or \0xff\0 if same as previous.