Searched refs:entry_idx (Results 1 – 2 of 2) sorted by relevance
204 uint32_t entry_idx; in ShouldStop() local206 … if (line_table->FindLineEntryByAddress (cur_address, line_entry, &entry_idx)) in ShouldStop()210 if (entry_idx > 0) in ShouldStop()218 … if (line_table->GetLineEntryAtIndex(entry_idx - 1, prev_line_entry) in ShouldStop()245 … while (line_table->GetLineEntryAtIndex(entry_idx + look_ahead_step, next_line_entry)) in ShouldStop()
3632 entry_idx = 03633 while entry_idx<len(reloc.entries):3635 entry = reloc.entries[entry_idx]3636 entry_idx += 13682 if entry_idx == len(reloc.entries):3685 next_entry = reloc.entries[entry_idx]3686 entry_idx += 1