Searched refs:outside_function (Results 1 – 1 of 1) sorted by relevance
1561 std::vector<Address> candidates, within_function, outside_function; in JumpToLine() local1563 within_function, outside_function); in JumpToLine()1572 else if (outside_function.size() == 1 && can_leave_function) in JumpToLine()1573 candidates = outside_function; in JumpToLine()1577 if (outside_function.empty()) { in JumpToLine()1580 } else if (outside_function.size() == 1) { in JumpToLine()1585 DumpAddressList(sstr, outside_function, target); in JumpToLine()