HomeSort by relevance Sort by last modified time
    Searched refs:old_top_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/heap/
store-buffer-inl.h 40 Address* top = old_top_;
42 old_top_ = top;
store-buffer.cc 22 old_top_(NULL),
46 old_top_ = old_start_ =
92 old_start_ = old_top_ = old_limit_ = old_reserved_limit_ = NULL;
109 for (Address* read = old_start_; read < old_top_; read++) {
118 old_top_ = write;
123 return old_limit_ - old_top_ >= space_needed;
128 while (old_limit_ - old_top_ < space_needed &&
175 DCHECK(i != (kSampleFinenesses - 1) || old_top_ == old_start_);
192 for (Address* p = old_start_; p < old_top_; p += prime_sample_step) {
218 for (Address* p = old_start_; p < old_top_; p++)
    [all...]
store-buffer.h 81 Object*** Top() { return reinterpret_cast<Object***>(old_top_); }
85 old_top_ = reinterpret_cast<Address*>(top);
119 Address* old_top_; member in class:v8::internal::StoreBuffer

Completed in 120 milliseconds