Lines Matching defs:limit
105 Address limit = lab_.limit();
107 if (top != kNullAddress && top != limit) {
108 Page::FromAllocationAreaAddress(top)->CreateBlackAreaBackground(top, limit);
114 Address limit = lab_.limit();
116 if (top != kNullAddress && top != limit) {
118 limit);
141 Address limit = top + result->second;
142 Page::FromAllocationAreaAddress(top)->CreateBlackAreaBackground(top, limit);