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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h158 class WrapperPersistentNode { class in namespace:blink
160 WTF_MAKE_NONCOPYABLE(WrapperPersistentNode);
172 static inline void destroy(const WrapperPersistentNode*);
175 WrapperPersistentNode() : m_raw(0), m_regionOffset(0) { } function in class:blink::WrapperPersistentNode
176 WrapperPersistentNode(void *raw, size_t regionOffset) : m_raw(raw), m_regionOffset(regionOffset) { } function in class:blink::WrapperPersistentNode
181 WrapperPersistentNode* takeSlot()
185 WrapperPersistentNode* nextFree = reinterpret_cast<WrapperPersistentNode*>(m_raw);
190 WrapperPersistentNode* freeSlot(WrapperPersistentNode* nextFre
[all...]

Completed in 89 milliseconds