Home
last modified time | relevance | path

Searched refs:IntrusiveForwardListHook (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dintrusive_forward_list.h31 struct IntrusiveForwardListHook { struct
32 IntrusiveForwardListHook() : next_hook(nullptr) { } in IntrusiveForwardListHook() argument
33 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } in IntrusiveForwardListHook() function
36 IntrusiveForwardListHook(const IntrusiveForwardListHook& other ATTRIBUTE_UNUSED) in IntrusiveForwardListHook() function
38 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {
42 mutable const IntrusiveForwardListHook* next_hook; argument
45 template <typename T, IntrusiveForwardListHook T::* NextPtr = &T::hook>
87 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } in IntrusiveForwardListIterator()
89 const IntrusiveForwardListHook* hook_;
185 const IntrusiveForwardListHook* new_hook = hook_traits::GetHook(&value); in insert_after()
[all …]
Dintrusive_forward_list_test.cc30 IntrusiveForwardListHook hook;
/art/compiler/optimizing/
Dnodes.h1358 IntrusiveForwardListHook hook;