HomeSort by relevance Sort by last modified time
    Searched defs:tail_ (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
locked-queue.h 35 Node* tail_; member in class:v8::internal::BASE_EMBEDDED
futex-emulation.h 76 FutexWaitListNode* tail_; member in class:v8::internal::FutexWaitList
log.cc 621 if (Succ(head_) == static_cast<int>(base::NoBarrier_Load(&tail_))) {
640 *sample = buffer_[base::NoBarrier_Load(&tail_)];
642 base::NoBarrier_Store(&tail_, static_cast<base::Atomic32>(
643 Succ(base::NoBarrier_Load(&tail_))));
657 base::Atomic32 tail_; // Index to the buffer tail. member in class:v8::internal::Profiler
718 base::NoBarrier_Store(&tail_, 0);
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
cons.h 75 Cell(const T& head, const List<T>& tail) : head_(head), tail_(tail) {}
81 const List<T>& tail() const { return tail_; }
87 List<T> tail_; member in class:sandbox::cons::Cell
  /bionic/linker/
linked_list.h 71 LinkedList() : head_(nullptr), tail_(nullptr) {}
78 this->tail_ = that.tail_;
79 that.head_ = that.tail_ = nullptr;
87 if (tail_ == nullptr) {
88 tail_ = new_entry;
96 if (tail_ == nullptr) {
97 tail_ = head_ = new_entry;
99 tail_->next = new_entry;
100 tail_ = new_entry
237 LinkedListEntry<T>* tail_; member in class:LinkedList
    [all...]
  /external/webp/src/enc/
backward_references.h 146 PixOrCopyBlock** tail_; // for list recycling member in struct:VP8LBackwardRefs
  /toolchain/binutils/binutils-2.25/gold/
token.h 40 : head_(NULL), tail_(NULL)
44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); }
68 Task* tail_; member in class:gold::Task_list
  /art/runtime/gc/allocator/
rosalloc.h 144 SlotFreeList() : head_(0U), tail_(0), size_(0) {}
150 return reinterpret_cast<Slot*>(tail_);
162 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
197 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
236 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
263 tail_ = 0;
270 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr;
302 uint64_t tail_; member in class:art::gc::allocator::RosAlloc::SlotFreeList
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 284 : tail_(tail), value_(value), index_(index) {
291 void set_tail(HUseListNode* list) { tail_ = list; }
295 tail_ = reinterpret_cast<HUseListNode*>(1);
302 HUseListNode* tail_; member in class:v8::internal::HUseListNode
    [all...]
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 903 milliseconds