Searched defs:PositionInfo (Results 1 – 1 of 1) sorted by relevance
586 struct PositionInfo { struct589 uint32_t address_ = 0; // In 16-bit code units.590 uint32_t line_ = 0; // Source code line number starting at 1.591 const char* source_file_ = nullptr; // nullptr if the file from ClassDef still applies.592 bool prologue_end_ = false;593 bool epilogue_begin_ = false;