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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DButterfly.h118 uint32_t publicLength() { return indexingHeader()->publicLength(); } function in struct:JSC::ContiguousData
H A DIndexingHeader.h65 uint32_t publicLength() const { return u.lengths.publicLength; } function in class:JSC::IndexingHeader
126 uint32_t publicLength; // The meaning of this field depends on the array type, but for all JSArrays we rely on this being the publicly visible length (array.length). member in struct:JSC::IndexingHeader::__anon2653::__anon2654
H A DJSObject.cpp715 unsigned publicLength = m_butterfly->publicLength(); local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp2728 LValue publicLength = lowInt32(m_node->child1()); local

Completed in 221 milliseconds