Home | History | Annotate | Download | only in src

Lines Matching full:low

40   ASSERT((space).low() <= (info).top                  \
514 Address low = RoundUp(chunk_start, Page::kPageSize);
520 ((OffsetFrom(high) - OffsetFrom(low)) / Page::kPageSize));
523 Address page_addr = low;
535 return Page::FromAddress(low);
597 Address low = RoundUp(chunks_[chunk_id].address(), Page::kPageSize);
598 return Page::FromAddress(low);
1042 allocation_info_.top = to_space_.low();
1142 allocation_info_.top = to_space_.low();
1149 mc_forwarding_info_.top = from_space_.low();
1171 // There should be objects packed in from the low address up to the
1173 Address current = to_space_.low();
2603 // Clear the low order bit of the second word in the page to flag it as a
2605 // low order bit should already be clear.