Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h525 struct PositionInfo { struct
528 uint32_t address_ = 0; // In 16-bit code units.
529 uint32_t line_ = 0; // Source code line number starting at 1.
530 const char* source_file_ = nullptr; // nullptr if the file from ClassDef still applies.
531 bool prologue_end_ = false;
532 bool epilogue_begin_ = false;