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

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

Completed in 216 milliseconds