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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp952 DataFormat mustBeDataFormatInteger; local
953 GPRReg result = fillSpeculateIntInternal<true>(edge, mustBeDataFormatInteger);
954 ASSERT(mustBeDataFormatInteger == DataFormatInteger);
H A DDFGSpeculativeJIT64.cpp959 DataFormat mustBeDataFormatInteger; local
960 GPRReg result = fillSpeculateIntInternal<true>(edge, mustBeDataFormatInteger);
961 RELEASE_ASSERT(mustBeDataFormatInteger == DataFormatInteger);

Completed in 133 milliseconds