Searched refs:fillSpeculateIntInternal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp857 GPRReg SpeculativeJIT::fillSpeculateIntInternal(Edge edge, DataFormat& returnFormat) function in class:JSC::DFG::SpeculativeJIT
947 return fillSpeculateIntInternal<false>(edge, returnFormat);
953 GPRReg result = fillSpeculateIntInternal<true>(edge, mustBeDataFormatInteger);
H A DDFGSpeculativeJIT64.cpp815 GPRReg SpeculativeJIT::fillSpeculateIntInternal(Edge edge, DataFormat& returnFormat) function in class:JSC::DFG::SpeculativeJIT
954 return fillSpeculateIntInternal<false>(edge, returnFormat);
960 GPRReg result = fillSpeculateIntInternal<true>(edge, mustBeDataFormatInteger);
H A DDFGSpeculativeJIT.h2140 GPRReg fillSpeculateIntInternal(Edge, DataFormat& returnFormat);

Completed in 145 milliseconds