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

/external/v8/src/profiler/
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.h54 void* address = ticks_buffer_.StartEnqueue();

Completed in 76 milliseconds