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

  /external/chromium_org/v8/src/
circular-queue-inl.h 39 dequeue_pos_(buffer_) {
51 if (Acquire_Load(&dequeue_pos_->marker) == kFull) {
52 return &dequeue_pos_->record;
60 Release_Store(&dequeue_pos_->marker, kEmpty);
61 dequeue_pos_ = Next(dequeue_pos_);
circular-queue.h 82 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* dequeue_pos_; member in class:v8::internal::SamplingCircularQueue

Completed in 40 milliseconds