Searched refs:next4_ (Results 1 – 2 of 2) sorted by relevance
17 DCHECK(IsValid(next4_)); in NextSlot()18 return next4_; in NextSlot()24 DCHECK_EQ(0, next4_ & 3); in Allocate()44 result = next4_; in Allocate()47 next4_ += 4; in Allocate()56 result = next4_; in Allocate()58 next4_ += 4; in Allocate()63 result = next4_; in Allocate()64 next4_ += 4; in Allocate()78 DCHECK_EQ(0, next4_ & 3); in AllocateUnaligned()[all …]
62 int next4_ = 0; variable