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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DTypedArrayType.h75 inline unsigned logElementSize(TypedArrayType type) function in namespace:JSC
101 return static_cast<size_t>(1) << logElementSize(type);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGFixupPhase.cpp1787 OpInfo(m_graph.constantRegisterForConstant(jsNumber(logElementSize(type)))));
H A DDFGSpeculativeJIT.cpp4456 m_jit.lshift32(TrustedImm32(logElementSize(type)), scratchGPR);
4485 m_jit.lshift32(TrustedImm32(logElementSize(type) - 2), scratchGPR);
4488 m_jit.lshift32(TrustedImm32(logElementSize(type)), scratchGPR);
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp2123 m_out.constIntPtr(logElementSize(type)))));
2313 m_out.constIntPtr(logElementSize(type)))));

Completed in 130 milliseconds