Lines Matching refs:left
433 // the left-over space to avoid races with the sweeper thread.
517 // the left-over space to avoid races with the sweeper thread.
889 // Right hand side is longer. Recurse over left.
909 // is unbalanced to the left, a list, essentially. We inline the
1748 // for the left-over space to avoid races with the sweeper thread.
1773 String left = first(cage_base);
1774 return left.Get(index);
1782 String left = cons_string.first();
1783 if (left.length() > index) {
1784 string = left;
1786 index -= left.length();
1878 // Target offset is in the left branch.
1950 // Need to traverse all the way left.
1952 // Continue left.
1958 if (length == 0) break; // Skip empty left-hand sides of ConsStrings.