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

  /external/v8/src/
locked-queue-inl.h 58 Node* old_head = nullptr; local
61 old_head = head_;
67 delete old_head;
  /external/google-breakpad/src/testing/gtest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /external/protobuf/gtest/samples/
sample3-inl.h 137 const QueueNode<E>* const old_head = head_; local
144 E* element = new E(old_head->element());
145 delete old_head;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 136 const QueueNode<E>* const old_head = head_; local
143 E* element = new E(old_head->element());
144 delete old_head;
  /toolchain/binutils/binutils-2.25/gprof/
cg_arcs.c 441 Sym *old_head, *child; local
443 old_head = 0;
453 if (child->cg.cyc.head != old_head)
455 old_head = child->cg.cyc.head;
  /art/runtime/gc/allocator/
rosalloc.h 163 Slot* old_head = *headp; local
164 if (old_head == nullptr) {
175 Slot* old_head_next = old_head->Next();
176 slot = old_head;
198 Slot* old_head = *headp; local
199 if (old_head == nullptr) {
214 slot->SetNext(old_head);
237 Slot* old_head = *headp; local
238 if (old_head == nullptr) {
250 list->Tail()->SetNext(old_head);
    [all...]

Completed in 341 milliseconds