Home
last modified time | relevance | path

Searched refs:ColumnTableEntry (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h33 struct ColumnTableEntry { struct
39 using ColumnNumberTable = std::vector<ColumnTableEntry>; argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h44 struct ColumnTableEntry { struct
48 bool operator<(const ColumnTableEntry &other) const argument
55 using ColumnNumberTable = CVector<ColumnTableEntry>;
181 …auto iter = std::upper_bound(columnTable.begin(), columnTable.end(), ColumnTableEntry {offset, 0}); in MatchColumnWithOffset()