Searched refs:haveUInt32s (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSRExitCompiler64.cpp174 bool haveUInt32s = false; local
220 haveUInt32s = true;
252 if (haveUInt32s)
263 ScratchBuffer* scratchBuffer = m_jit.vm()->scratchBufferForSize(sizeof(EncodedJSValue) * std::max(haveUInt32s ? 2u : 0u, numberOfPoisonedVirtualRegisters + (numberOfDisplacedVirtualRegisters <= GPRInfo::numberOfRegisters ? 0 : numberOfDisplacedVirtualRegisters)));
271 if (haveUnboxedInt32s || haveUInt32s) {
H A DDFGOSRExitCompiler32_64.cpp189 bool haveUInt32s = false; local
232 haveUInt32s = true;
267 ScratchBuffer* scratchBuffer = m_jit.vm()->scratchBufferForSize(sizeof(EncodedJSValue) * (scratchBufferLengthBeforeUInt32s + (haveUInt32s ? 2 : 0)));

Completed in 145 milliseconds