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

  /external/chromium_org/v8/src/heap/
store-buffer.cc 20 old_start_(NULL),
46 old_top_ = old_start_ =
50 DCHECK((reinterpret_cast<uintptr_t>(old_start_) & 0xfff) == 0);
55 old_limit_ = old_start_ + initial_length;
56 old_reserved_limit_ = old_start_ + kOldStoreBufferLength;
58 CHECK(old_virtual_memory_->Commit(reinterpret_cast<void*>(old_start_),
59 (old_limit_ - old_start_) * kPointerSize,
92 old_start_ = old_top_ = old_limit_ = old_reserved_limit_ = NULL;
107 Address* write = old_start_;
109 for (Address* read = old_start_; read < old_top_; read++)
    [all...]
store-buffer.h 80 Object*** Start() { return reinterpret_cast<Object***>(old_start_); }
117 Address* old_start_; member in class:v8::internal::StoreBuffer

Completed in 69 milliseconds