Home
last modified time | relevance | path

Searched refs:next_position (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddebug.cc217 int next_position; in FindBreakLocationFromPosition() local
220 next_position = this->statement_position(); in FindBreakLocationFromPosition()
223 next_position = this->position(); in FindBreakLocationFromPosition()
227 next_position = this->statement_position(); in FindBreakLocationFromPosition()
230 if (position <= next_position && next_position - position < distance) { in FindBreakLocationFromPosition()
232 distance = next_position - position; in FindBreakLocationFromPosition()