Lines Matching defs:position

209   // First check whether there is a break point with the same source position.
215 // Then check whether a break point at that source position would have
255 if (source_position <= position()) {
258 if (source_position == position()) return break_index();
313 void BreakIterator::SkipToPosition(int position) {
315 SkipTo(it.BreakIndexFromPosition(position));
544 // StepOut at not return position was requested and return break locations
615 debug_info->GetBreakPoints(isolate_, location.position());
650 return Debug::GetHitBreakPoints(debug_info, location->position(),
767 // position.
776 // Find the nested shared function info that is closest to the position within
794 return it.position();
1018 int position,
1021 Handle<Object> break_points = debug_info->GetBreakPoints(isolate_, position);
1260 // Clear last position info. For stepping out it does not matter.
1265 // At not return position we flood return positions with one shots and
1628 if (it->position() >= start_position && it->position() < end_position) {
1715 // (toplevel function) there's an end position that is technically outside
1756 SharedFunctionInfo FindSharedFunctionInfoCandidate(int position,
1759 SharedFunctionInfoFinder finder(position);
1770 int position, Handle<Script> script,
1775 Handle<DebugInfo>(outer_shared->GetDebugInfo(), isolate_), position);
1777 if (closest_position == position) return outer_shared;
1786 // the requested position until the end of the enclosing function.
1788 script, position, closest_position, &candidates)) {
1795 const int candidate_position = FindBreakablePosition(debug_info, position);
1796 if (candidate_position >= position &&
1801 if (closest_position == position) break;
1876 // the given position, compile it to reveal possible inner SFIs and repeat.
1881 int position) {
1885 // find the innermost function containing this position.
1892 shared = FindSharedFunctionInfoCandidate(position, script, isolate_);
2296 // position blackboxing use function start position which is negative in
2522 // position "is muted", which happens if a conditional breakpoint at