Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/gtest/samples/
Dsample3-inl.h137 const QueueNode<E>* const old_head = head_; in Dequeue() local
144 E* element = new E(old_head->element()); in Dequeue()
145 delete old_head; in Dequeue() local
/external/google-breakpad/src/testing/gtest/samples/
Dsample3-inl.h136 const QueueNode<E>* const old_head = head_; in Dequeue() local
143 E* element = new E(old_head->element()); in Dequeue()
144 delete old_head; in Dequeue() local
/external/v8/test/cctest/
Dtest-heap.cc4120 Handle<Object> old_head(context->get(Context::OPTIMIZED_CODE_LIST), isolate); in TEST() local
4125 mortal->set_next_code_link(*old_head); in TEST()
4132 CHECK_EQ(*old_head, new_head->next_code_link()); in TEST()
/external/v8/src/heap/
Dmark-compact.cc2745 Object* old_head = entries->object_at(start); in ClearNonLiveDependentCodeInGroup() local
2747 Object* head = VisitWeakList<Code>(heap(), old_head, &retainer); in ClearNonLiveDependentCodeInGroup()