Searched defs:PersistentNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h114 class PersistentNode { class in namespace:blink
116 explicit PersistentNode(TraceCallback trace) function in class:blink::PersistentNode
123 virtual ~PersistentNode()
131 // on PersistentNode leads to too eager template instantiation with MSVC
145 PersistentNode* m_next;
146 PersistentNode* m_prev;
352 static PersistentNode* roots() { return state()->roots(); }
369 static PersistentNode* roots() { return ThreadState::globalRoots(); }
383 class PersistentBase : public PersistentNode {
398 : PersistentNode(TraceMethodDelegat
[all...]

Completed in 598 milliseconds