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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFixupPhase.cpp1157 SpeculatedType predictedType = variable->argumentAwarePrediction(); local
1158 if (isInt32Speculation(predictedType))
1160 else if (isCellSpeculation(predictedType))
1162 else if (isBooleanSpeculation(predictedType))
H A DDFGSpeculativeJIT.cpp1875 SpeculatedType predictedType = variableAccessData->prediction(); local
1880 if (isInt32Speculation(predictedType))
1882 else if (isBooleanSpeculation(predictedType)) {
1887 } else if (isCellSpeculation(predictedType))
1890 if (isInt32Speculation(predictedType))
1892 else if (isBooleanSpeculation(predictedType))
1894 else if (isCellSpeculation(predictedType))
H A DDFGSpeculativeJIT32_64.cpp2100 SpeculatedType predictedType = node->variableAccessData()->argumentAwarePrediction(); local
2108 if (isInt32Speculation(predictedType)) {
2115 if (isCellSpeculation(predictedType)) {
2123 if (isBooleanSpeculation(predictedType)) {
H A DDFGSpeculativeJIT64.cpp2038 SpeculatedType predictedType = node->variableAccessData()->argumentAwarePrediction(); local
2039 if (isInt32Speculation(predictedType)) {
2046 if (isCellSpeculation(predictedType)) {
2054 if (isBooleanSpeculation(predictedType)) {

Completed in 147 milliseconds