Searched refs:isInt32Speculation (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DIndexingType.cpp50 if (isInt32Speculation(type))
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableAccessData.cpp217 if (isInt32Speculation(prediction))
H A DDFGArrayMode.cpp147 if (!isInt32Speculation(index))
167 if (isInt32Speculation(value))
174 if (!value || isInt32Speculation(value))
H A DDFGPredictionPropagationPhase.cpp399 if (isInt32Speculation(node->getHeapPrediction()))
772 || isInt32Speculation(prediction) || isMachineIntSpeculation(prediction))
H A DDFGFixupPhase.cpp1545 || isInt32Speculation(variable->prediction()))
1726 if (!isInt32Speculation(node->prediction()))
1770 if (!isInt32Speculation(node->prediction()))
1824 if (!isInt32Speculation(node->prediction()))
H A DDFGInPlaceAbstractState.cpp125 if (isInt32Speculation(prediction))
H A DDFGNode.h1442 return isInt32Speculation(prediction());
H A DDFGSpeculativeJIT.cpp2076 if (isInt32Speculation(m_state.forNode(node->child1()).m_type)) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpeculatedType.cpp245 if (isInt32Speculation(prediction))
H A DSpeculatedType.h247 inline bool isInt32Speculation(SpeculatedType value) function in namespace:JSC
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp914 if (isInt32Speculation(value.m_type))

Completed in 121 milliseconds