Home | History | Annotate | Download | only in debug

Lines Matching refs:end_position

1317 void GetBreakablePositions(Iterator* it, int start_position, int end_position,
1321 while (!it->Done() && it->position() < end_position &&
1330 int end_position, BreakPositionAlignment alignment,
1334 GetBreakablePositions(&it, start_position, end_position, alignment,
1339 GetBreakablePositions(&it, start_position, end_position, alignment,
1346 int end_position, std::set<int>* positions) {
1353 if (info->end_position() < start_position ||
1354 info->start_position() >= end_position) {
1380 FindBreakablePositions(debug_info, start_position, end_position,
1418 if (target_position_ > shared->end_position()) return;
1422 shared->end_position() == current_candidate_->end_position()) {
1430 current_candidate_->end_position() < shared->end_position()) {
1964 debug::Location end = GetDebugLocation(script, shared->end_position());