Searched refs:kStoreBuffers (Results 1 – 2 of 2) sorted by relevance
24 for (int i = 0; i < kStoreBuffers; i++) { in StoreBuffer()52 for (int i = 0; i < kStoreBuffers; i++) { in SetUp()61 kStoreBufferSize * kStoreBuffers, in SetUp()73 for (int i = 0; i < kStoreBuffers; i++) { in TearDown()88 int other = (current_ + 1) % kStoreBuffers; in FlipStoreBuffers()105 DCHECK_LT(index, kStoreBuffers); in MoveEntriesToRememberedSet()131 int other = (current_ + 1) % kStoreBuffers; in MoveAllEntriesToRememberedSet()140 int other = (current_ + 1) % kStoreBuffers; in ConcurrentlyProcessStoreBuffer()
31 static const int kStoreBuffers = 2; variable147 for (int i = 0; i < kStoreBuffers; i++) { in Empty()193 Address* start_[kStoreBuffers];194 Address* limit_[kStoreBuffers];197 Address* lazy_top_[kStoreBuffers];