Searched refs:offset_start (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_code_processor.cpp | 252 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()
|
| D | abc_code_processor.h | 54 uint32_t &offset_start,
|