Searched defs:UnboundQueue (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/profiler/
H A Dunbound-queue-inl.h14 struct UnboundQueue<Record>::Node: public Malloced {
25 UnboundQueue<Record>::UnboundQueue() { function in class:v8::internal::UnboundQueue
32 UnboundQueue<Record>::~UnboundQueue() {
38 void UnboundQueue<Record>::DeleteFirst() {
46 bool UnboundQueue<Record>::Dequeue(Record* rec) {
56 void UnboundQueue<Record>::Enqueue(const Record& rec) {
68 bool UnboundQueue<Record>::IsEmpty() const {
74 Record* UnboundQueue<Recor
[all...]

Completed in 308 milliseconds