Lines Matching full:prev_state
1283 // const DWARFDebugLine::Row* prev_state = &reset_state;
1289 // dw_addr_t addr_offset = curr_state.address - prev_state->address;
1291 // line_increment = (int32_t)(curr_state.line - prev_state->line);
1298 // if (prev_state == &reset_state)
1307 // if (prev_state->file != curr_state.file)
1313 // if (prev_state->column != curr_state.column)
1341 // prev_state = &reset_state;
1432 // prev_state = &curr_state;