Searched refs:start_idx_ptr (Results 1 – 1 of 1) sorted by relevance
1227 uint32_t start_idx_ptr = index_ptr; in DoExecute() local1228 while (start_idx_ptr <= end_ptr) in DoExecute()1232 …start_idx_ptr = sc.comp_unit->FindLineEntry(start_idx_ptr, line_number, sc.comp_unit, exact, &line… in DoExecute()1233 if (start_idx_ptr == UINT32_MAX) in DoExecute()1244 start_idx_ptr++; in DoExecute()