HomeSort by relevance Sort by last modified time
    Searched defs:tail_ (Results 1 - 11 of 11) 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 561 if (Succ(head_) == static_cast<int>(base::NoBarrier_Load(&tail_))) {
580 *sample = buffer_[base::NoBarrier_Load(&tail_)];
582 base::NoBarrier_Store(&tail_, static_cast<base::Atomic32>(
583 Succ(base::NoBarrier_Load(&tail_))));
597 base::Atomic32 tail_; // Index to the buffer tail. member in class:v8::internal::Profiler
669 base::NoBarrier_Store(&tail_, 0);
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
cons.h 76 Cell(const T& head, List<T> tail) : head_(head), tail_(std::move(tail)) {}
82 const List<T>& tail() const { return tail_; }
86 List<T> tail_; member in class:sandbox::cons::Cell
  /bionic/linker/
linked_list.h 83 LinkedList() : head_(nullptr), tail_(nullptr) {}
90 this->tail_ = that.tail_;
91 that.head_ = that.tail_ = nullptr;
99 if (tail_ == nullptr) {
100 tail_ = new_entry;
108 if (tail_ == nullptr) {
109 tail_ = head_ = new_entry;
111 tail_->next = new_entry;
112 tail_ = new_entry
259 LinkedListEntry<T>* tail_; member in class:LinkedList
    [all...]
  /external/webp/src/enc/
backward_references_enc.h 151 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), padding_(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 270 : tail_(tail), value_(value), index_(index) {
277 void set_tail(HUseListNode* list) { tail_ = list; }
281 tail_ = reinterpret_cast<HUseListNode*>(1);
288 HUseListNode* tail_; member in class:v8::internal::HUseListNode
    [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 322 milliseconds