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

  /external/v8/src/heap/
store-buffer.cc 27 lazy_top_[i] = nullptr;
76 lazy_top_[i] = nullptr;
90 lazy_top_[current_] = top_;
103 if (!lazy_top_[index]) return;
106 for (Address* current = start_[index]; current < lazy_top_[index];
126 lazy_top_[index] = nullptr;
133 lazy_top_[current_] = top_;
store-buffer.h 148 if (lazy_top_[i]) {
160 // global lazy_top_ field. After that it start the concurrent processing
161 // thread. The concurrent processing thread uses the pointer in lazy_top_.
196 // At most one lazy_top_ pointer is set at any time.
197 Address* lazy_top_[kStoreBuffers]; member in class:v8::internal::StoreBuffer

Completed in 2554 milliseconds