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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGPredictionPropagationPhase.cpp169 changed |= setPrediction(SpecInt32);
174 changed |= setPrediction(SpecInt32);
199 changed |= setPrediction(SpecInt32);
205 changed |= mergePrediction(SpecInt32);
218 changed |= mergePrediction(SpecInt32);
225 changed |= mergePrediction(SpecString | SpecInt32 | SpecDouble);
236 changed |= mergePrediction(SpecInt32);
249 changed |= mergePrediction(SpecInt32);
259 changed |= mergePrediction(SpecInt32);
273 changed |= mergePrediction(SpecInt32);
[all...]
H A DDFGUseKind.h66 return SpecInt32;
H A DDFGAbstractState.cpp100 root->valuesAtHead.argument(i).set(SpecInt32);
376 forNode(node).set(SpecInt32);
392 forNode(node).set(SpecInt32);
410 forNode(node).set(SpecInt32);
428 forNode(node).set(SpecInt32);
458 forNode(node).set(SpecInt32);
472 forNode(node).set(SpecString | SpecInt32 | SpecNumber);
494 forNode(node).set(SpecInt32);
517 forNode(node).set(SpecInt32);
541 forNode(node).set(SpecInt32);
[all...]
H A DDFGFixupPhase.cpp505 SpecInt32,
1395 m_indexInBlock, SpecInt32, JSConstant, m_currentNode->codeOrigin,
H A DDFGSpeculativeJIT64.cpp44 ASSERT(!needsTypeCheck(edge, SpecInt32));
822 ASSERT(edge.useKind() != KnownInt32Use || !(value.m_type & ~SpecInt32));
823 value.filter(SpecInt32);
880 if (type & ~SpecInt32)
1877 if (node->child1()->prediction() & SpecInt32) {
2685 JSValueRegs(valueReg), child3, SpecInt32, local
2992 JSValueRegs(valueGPR), node->child2(), SpecInt32, local
3343 JSValueRegs(opGPR), use, SpecInt32, local
3408 JSValueRegs(opGPR), use, SpecInt32, local
H A DDFGSpeculativeJIT32_64.cpp45 ASSERT(!needsTypeCheck(edge, SpecInt32));
864 ASSERT(edge.useKind() != KnownInt32Use || !(value.m_type & ~SpecInt32));
865 value.filter(SpecInt32);
891 if (type & ~SpecInt32)
909 if (type & ~SpecInt32)
H A DDFGSpeculativeJIT.h534 bool isKnownInteger(Node* node) { return !(m_state.forNode(node).m_type & ~SpecInt32); }
537 bool isKnownNotInteger(Node* node) { return !(m_state.forNode(node).m_type & SpecInt32); }
H A DDFGSpeculativeJIT.cpp4339 if (!needsTypeCheck(edge, SpecInt32))
4560 ASSERT(!needsTypeCheck(edge, SpecInt32));
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.cpp139 if (value & SpecInt32)
294 return SpecInt32;
H A DSpeculatedType.h60 static const SpeculatedType SpecInt32 = 0x00800000; // It's definitely an Int32. member in namespace:JSC
229 return value == SpecInt32;

Completed in 309 milliseconds