Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp252 uint32_t offset_start = UINT_MAX; in FillInsDebug() local
262 SkipToNextEntryIfNeeded(line_idx, offset_start, offset_end, inst_idx, line_table); in FillInsDebug()
269 offset_start = 0; in FillInsDebug()
272 SkipToNextEntryIfNeeded(column_idx, offset_start, offset_end, inst_idx, column_table); in FillInsDebug()
280 uint32_t &offset_start, in SkipToNextEntryIfNeeded() argument
287 while (idx < table.size() && (ins_offset < offset_start || ins_offset >= offset_end)) { in SkipToNextEntryIfNeeded()
288 offset_start = table[idx].offset; in SkipToNextEntryIfNeeded()
Dabc_code_processor.h54 uint32_t &offset_start,