Home
last modified time | relevance | path

Searched refs:LineNumberTable (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h38 using LineNumberTable = std::vector<LineTableEntry>; variable
66 const LineNumberTable &GetLineNumberTable(File::EntityId method_id) const;
87 LineNumberTable line_number_table;
Ddebug_info_extractor.cpp140 LineNumberTable GetLineNumberTable() const in GetLineNumberTable()
178 LineNumberTable lnt_;
255 const LineNumberTable &DebugInfoExtractor::GetLineNumberTable(File::EntityId method_id) const in GetLineNumberTable()
263 …static const LineNumberTable EMPTY_LINE_TABLE {}; // NOLINT(fuchsia-statically-constructed-object… in GetLineNumberTable()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h54 using LineNumberTable = CVector<LineTableEntry>; variable
84 const LineNumberTable &GetLineNumberTable(const panda_file::File::EntityId methodId);
132 const LineNumberTable &lineTable = GetLineNumberTable(methodId); in MatchWithLocation()
168 const LineNumberTable &lineTable = GetLineNumberTable(methodId); in MatchLineWithOffset()
190 const LineNumberTable &lineTable = GetLineNumberTable(methodId); in GetFristLine()
229 LineNumberTable lineNumberTable;
Ddebug_info_extractor.cpp149 LineNumberTable GetLineNumberTable() const in GetLineNumberTable()
178 LineNumberTable lnt_;
183 const LineNumberTable &DebugInfoExtractor::GetLineNumberTable(const panda_file::File::EntityId meth… in GetLineNumberTable()
186 static const LineNumberTable EMPTY_LINE_TABLE {}; in GetLineNumberTable()
/arkcompiler/runtime_core/disassembler/
Daccumulators.h34 panda_file::LineNumberTable line_number_table;
Ddisassembler.h130 …void SerializeLineNumberTable(const panda_file::LineNumberTable &line_number_table, std::ostream &…
Ddisassembler.cpp1492 void Disassembler::SerializeLineNumberTable(const panda_file::LineNumberTable &line_number_table, in SerializeLineNumberTable()
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp221 static std::optional<size_t> GetLineNumberByTableOffsetWrapper(const panda_file::LineNumberTable &t… in GetLineNumberByTableOffsetWrapper()
232 static std::optional<uint32_t> GetOffsetByTableLineNumberWrapper(const panda_file::LineNumberTable in GetOffsetByTableLineNumberWrapper()
255 panda_file::LineNumberTable line_table = extractor.GetLineNumberTable(method); in GetBreakpointAddressWrapper()
287 panda_file::LineNumberTable line_table = extractor.GetLineNumberTable(method_id); in GetSourcePairLocationWrapper()
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp94 const LineNumberTable &table = extractor->GetLineNumberTable(methodId); in GetStepRanges()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1189 const LineNumberTable &lines = extractor->GetLineNumberTable(methodId); in GetLocalScopeChain()