Searched refs:StartEnqueue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dcircular-queue.h18 // StartEnqueue will return NULL. The queue is designed with
28 // StartEnqueue returns a pointer to a memory location for storing the next
30 T* StartEnqueue();
32 // memory returned by StartEnqueue and it can be passed to the consumer.
H A Dcircular-queue-inl.h43 T* SamplingCircularQueue<T, L>::StartEnqueue() { function in class:v8::internal::SamplingCircularQueue
H A Dcpu-profiler-inl.h67 void* address = ticks_buffer_.StartEnqueue();
/external/chromium_org/v8/test/cctest/
H A Dtest-circular-queue.cc47 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
54 CHECK_EQ(NULL, scq.StartEnqueue());
59 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
79 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
118 Record* rec = reinterpret_cast<Record*>(scq_->StartEnqueue());

Completed in 176 milliseconds