Home
last modified time | relevance | path

Searched refs:invertedSelf (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h269 uintptr_t invertedSelf; member
438 return root->invertedSelf == ~reinterpret_cast<uintptr_t>(root); in partitionPointerIsValid()
DPartitionAlloc.cpp127 root->invertedSelf = ~reinterpret_cast<uintptr_t>(root); in parititonAllocBaseInit()