Searched refs:isCellSpeculation (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.cpp209 if (isCellSpeculation(prediction))
H A DSpeculatedType.h81 inline bool isCellSpeculation(SpeculatedType value) function in namespace:JSC
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGValueSource.h134 if (isArraySpeculation(prediction) || isCellSpeculation(prediction))
H A DDFGTypeCheckHoistingPhase.cpp340 if (!isCellSpeculation(variable->prediction()))
H A DDFGAbstractState.cpp103 else if (isCellSpeculation(prediction))
220 if (isCellSpeculation(value.m_type)
1290 if (isCellSpeculation(node->child1()->prediction())) {
H A DDFGFixupPhase.cpp1160 else if (isCellSpeculation(predictedType))
1318 || isCellSpeculation(variable->prediction()))
H A DDFGNode.h1234 return isCellSpeculation(prediction());
H A DDFGSpeculativeJIT.cpp1634 else if (isCellSpeculation(argumentPosition.prediction()))
1887 } else if (isCellSpeculation(predictedType))
1894 else if (isCellSpeculation(predictedType))
H A DDFGSpeculativeJIT32_64.cpp2018 if (isCellSpeculation(value.m_type)) {
2115 if (isCellSpeculation(predictedType)) {
3877 if (isCellSpeculation(node->child1()->prediction())) {
H A DDFGSpeculativeJIT64.cpp1983 if (isCellSpeculation(value.m_type))
2046 if (isCellSpeculation(predictedType)) {

Completed in 276 milliseconds