HomeSort by relevance Sort by last modified time
    Searched full:storageptr (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 407 void* storagePtr = partitionPageToPointer(pages[i]);
409 firstSuperPageBase = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageBaseMask;
411 uintptr_t secondSuperPageBase = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageBaseMask;
412 uintptr_t secondSuperPageOffset = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageOffsetMask;
    [all...]

Completed in 190 milliseconds