Home | History | Annotate | Download | only in src

Lines Matching refs:distance

218   int distance = kMaxInt;
221 if (this->pc() < pc && pc - this->pc() < distance) {
223 distance = static_cast<int>(pc - this->pc());
225 if (distance == 0) break;
241 int distance = kMaxInt;
245 statement_position() - position < distance) {
247 distance = statement_position() - position;
249 if (distance == 0) break;