Searched refs:SpecOther (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.h67 static const SpeculatedType SpecOther = 0x08000000; // It's definitely none of the above. member in namespace:JSC
93 return !!(value & (SpecObject | SpecOther)) && !(value & ~(SpecObject | SpecOther));
103 return !!(value & (SpecFinalObject | SpecOther)) && !(value & ~(SpecFinalObject | SpecOther));
214 return !!(value & (SpecArray | SpecOther)) && !(value & ~(SpecArray | SpecOther));
239 return isInt32Speculation(value & ~SpecOther);
269 return isNumberSpeculation(value & ~SpecOther);
279 return value == SpecOther;
[all...]
H A DSpeculatedType.cpp159 if (value & SpecOther)
306 return SpecOther;
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGUseKind.h80 return SpecObject | SpecOther;
91 return SpecOther;
H A DDFGArrayMode.cpp184 base &= ~SpecOther;
H A DDFGPredictionPropagationPhase.cpp380 changed |= setPrediction(SpecOther);
H A DDFGSpeculativeJIT.cpp4398 if (!needsTypeCheck(edge, SpecObject | SpecOther))
4415 if (needsTypeCheck(edge, SpecCell | SpecOther)) {
4420 JSValueRegs(gpr), edge, SpecCell | SpecOther, local
4438 if (needsTypeCheck(edge, SpecCell | SpecOther)) {
4443 JSValueRegs(tagGPR, payloadGPR), edge, SpecCell | SpecOther, local
4531 if (!needsTypeCheck(edge, SpecOther))
4541 JSValueRegs(operand.gpr()), edge, SpecOther, local
4549 JSValueRegs(operand.tagGPR(), operand.payloadGPR()), edge, SpecOther, local
H A DDFGSpeculativeJIT32_64.cpp1428 if (needsTypeCheck(rightChild, SpecCell | SpecOther)) {
1433 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, SpecCell | SpecOther, local
1532 if (!needsTypeCheck(rightChild, SpecCell | SpecOther))
1542 JSValueRegs(op2TagGPR, op2PayloadGPR), rightChild, SpecCell | SpecOther, local
1659 if (needsTypeCheck(nodeUse, SpecCell | SpecOther)) {
1663 JSValueRegs(valueTagGPR, valuePayloadGPR), nodeUse, SpecCell | SpecOther, local
1784 if (needsTypeCheck(nodeUse, SpecCell | SpecOther)) {
1788 JSValueRegs(valueTagGPR, valuePayloadGPR), nodeUse, SpecCell | SpecOther, local
H A DDFGSpeculativeJIT64.cpp1441 if (needsTypeCheck(rightChild, SpecCell | SpecOther)) {
1446 JSValueRegs(op2GPR), rightChild, SpecCell | SpecOther, local
1542 if (!needsTypeCheck(rightChild, SpecCell | SpecOther))
1552 JSValueRegs(op2GPR), rightChild, SpecCell | SpecOther, m_jit.branch64( local
1661 if (needsTypeCheck(nodeUse, SpecCell | SpecOther)) {
1665 JSValueRegs(valueGPR), nodeUse, SpecCell | SpecOther, m_jit.branch64( local
1799 if (needsTypeCheck(nodeUse, SpecCell | SpecOther)) {
1803 JSValueRegs(valueGPR), nodeUse, SpecCell | SpecOther, m_jit.branch64( local

Completed in 110 milliseconds