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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h58 class PersistentNode;
565 PersistentNode* roots() const { return m_persistents.get(); }
569 static PersistentNode* globalRoots();
691 OwnPtr<PersistentNode> m_persistents;
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...]
H A DThreadState.cpp738 PersistentNode* ThreadState::globalRoots()
740 AtomicallyInitializedStatic(PersistentNode*, anchor = new PersistentAnchor);

Completed in 90 milliseconds