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

  /external/v8/test/cctest/
test-circular-queue.cc 23 CHECK_EQ(NULL, scq.StartDequeue());
28 CHECK_EQ(NULL, scq.StartDequeue());
32 CHECK_EQ(NULL, scq.StartDequeue());
37 CHECK_EQ(NULL, scq.StartDequeue());
45 CHECK_NE(NULL, scq.StartDequeue());
49 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue());
52 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
54 CHECK_NE(rec, reinterpret_cast<Record*>(scq.StartDequeue()));
58 CHECK_EQ(NULL, scq.StartDequeue());
63 CHECK_NE(NULL, scq.StartDequeue());
    [all...]
  /external/v8/src/
circular-queue.h 58 // StartDequeue returns a pointer to a memory location for retrieving
61 // to StartDequeue will return the same pointer.
62 void* StartDequeue();
circular-queue.cc 88 void* SamplingCircularQueue::StartDequeue() {
cpu-profiler.cc 219 TickSampleEventRecord::cast(ticks_buffer_.StartDequeue());

Completed in 58 milliseconds