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

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMetaAllocator.cpp233 uintptr_t firstPage = reinterpret_cast<uintptr_t>(node->m_start) >> m_logPageSize; local
397 uintptr_t firstPage = reinterpret_cast<uintptr_t>(address) >> m_logPageSize; local
413 uintptr_t firstPage = reinterpret_cast<uintptr_t>(address) >> m_logPageSize; local
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp254 ImageLoader* ImageLoaderMachO::instantiateFromFile(const char* path, int fd, const uint8_t firstPage[4096], uint64_t offsetInFat, argument
H A Ddyld.cpp2188 bool isCompatibleMachO(const uint8_t* firstPage, const char* path) argument
2373 static bool isSimulatorBinary(const uint8_t* firstPage, const char* path) argument
2409 uint8_t firstPage[4096]; local
[all...]

Completed in 133 milliseconds