Searched refs:kStoreBuffers (Results 1 – 2 of 2) sorted by relevance
20 for (int i = 0; i < kStoreBuffers; i++) { in StoreBuffer()46 for (int i = 0; i < kStoreBuffers; i++) { in SetUp()55 kStoreBufferSize * kStoreBuffers, in SetUp()67 for (int i = 0; i < kStoreBuffers; i++) { in TearDown()82 int other = (current_ + 1) % kStoreBuffers; in FlipStoreBuffers()99 DCHECK_LT(index, kStoreBuffers); in MoveEntriesToRememberedSet()126 int other = (current_ + 1) % kStoreBuffers; in MoveAllEntriesToRememberedSet()135 int other = (current_ + 1) % kStoreBuffers; in ConcurrentlyProcessStoreBuffer()
29 static const int kStoreBuffers = 2; variable90 for (int i = 0; i < kStoreBuffers; i++) { in Empty()132 Address* start_[kStoreBuffers];133 Address* limit_[kStoreBuffers];136 Address* lazy_top_[kStoreBuffers];