Searched refs:sizeOf (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DAlgorithm.h74 template<typename T> inline constexpr size_t sizeOf() function in namespace:bmalloc
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSArrayBufferView.h99 static size_t sizeOf(uint32_t length, uint32_t elementSize) function in class:JSC::JSArrayBufferView
H A DJSArrayBufferView.cpp49 size_t size = sizeOf(length, elementSize);
H A DJSGenericTypedArrayView.h103 size_t byteSize() const { return sizeOf(m_length, sizeof(typename Adaptor::Type)); }

Completed in 119 milliseconds