Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list.h31 struct IntrusiveForwardListHook { struct
32 IntrusiveForwardListHook() : next_hook(nullptr) { } in IntrusiveForwardListHook() function
33 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } in IntrusiveForwardListHook() argument
36 IntrusiveForwardListHook(const IntrusiveForwardListHook& other ATTRIBUTE_UNUSED) in IntrusiveForwardListHook() function
42 mutable const IntrusiveForwardListHook* next_hook; argument