OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartDequeue
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/cctest/
test-circular-queue.cc
25
CHECK_EQ(NULL, scq.
StartDequeue
());
30
CHECK_EQ(NULL, scq.
StartDequeue
());
34
CHECK_EQ(NULL, scq.
StartDequeue
());
39
CHECK_EQ(NULL, scq.
StartDequeue
());
47
CHECK_NE(NULL, scq.
StartDequeue
());
51
Record* rec = reinterpret_cast<Record*>(scq.
StartDequeue
());
54
CHECK_EQ(rec, reinterpret_cast<Record*>(scq.
StartDequeue
()));
56
CHECK_NE(rec, reinterpret_cast<Record*>(scq.
StartDequeue
()));
60
CHECK_EQ(NULL, scq.
StartDequeue
());
65
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
235
TickSampleEventRecord::cast(ticks_buffer_.
StartDequeue
());
Completed in 316 milliseconds