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

  /external/chromium_org/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/chromium_org/v8/src/heap/
mark-compact.cc 2745 Object* old_head = entries->object_at(start); local
    [all...]

Completed in 134 milliseconds