Searched refs:old_start_ (Results 1 – 2 of 2) sorted by relevance
20 old_start_(NULL), in StoreBuffer()46 old_top_ = old_start_ = in SetUp()50 DCHECK((reinterpret_cast<uintptr_t>(old_start_) & 0xfff) == 0); in SetUp()55 old_limit_ = old_start_ + initial_length; in SetUp()56 old_reserved_limit_ = old_start_ + kOldStoreBufferLength; in SetUp()58 CHECK(old_virtual_memory_->Commit(reinterpret_cast<void*>(old_start_), in SetUp()59 (old_limit_ - old_start_) * kPointerSize, in SetUp()92 old_start_ = old_top_ = old_limit_ = old_reserved_limit_ = NULL; in TearDown()107 Address* write = old_start_; in Uniq()109 for (Address* read = old_start_; read < old_top_; read++) { in Uniq()[all …]
80 Object*** Start() { return reinterpret_cast<Object***>(old_start_); } in Start()117 Address* old_start_; variable