Searched refs:dequeue_pos_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dcircular-queue-inl.h16 dequeue_pos_(buffer_) {
28 if (base::Acquire_Load(&dequeue_pos_->marker) == kFull) {
29 return &dequeue_pos_->record;
37 base::Release_Store(&dequeue_pos_->marker, kEmpty);
38 dequeue_pos_ = Next(dequeue_pos_);
H A Dcircular-queue.h60 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* dequeue_pos_; member in class:v8::internal::SamplingCircularQueue

Completed in 136 milliseconds