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

  /external/v8/src/profiler/
circular-queue-inl.h 15 : enqueue_pos_(buffer_),
45 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) {
46 return &enqueue_pos_->record;
54 base::Release_Store(&enqueue_pos_->marker, kFull);
55 enqueue_pos_ = Next(enqueue_pos_);
circular-queue.h 59 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* enqueue_pos_; member in class:v8::internal::SamplingCircularQueue

Completed in 41 milliseconds