Searched defs:old_start (Results 1 – 4 of 4) sorted by relevance
169 const uint8_t* const old_start = mem->buf_ + mem->start_; in AppendToMemBuffer() local207 const uint8_t* const old_start = old_buf + mem->start_; in RemapMemBuffer() local
159 const uint8_t* const old_start = mem->buf_ + mem->start_; in AppendToMemBuffer() local197 const uint8_t* const old_start = old_buf + mem->start_; in RemapMemBuffer() local
1262 final int old_start = start; in cdata() local
604 void Marking::TransferMark(Heap* heap, Address old_start, Address new_start) { in TransferMark()