Searched refs:SpecFullNumber (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpeculatedType.h79 static const SpeculatedType SpecFullNumber = 0x07e00000; // It's either an Int32, Int52, or a Double, and the Double can be impure NaN. member in namespace:JSC
324 return !!(value & SpecFullNumber) && !(value & ~SpecFullNumber);
329 return value && !(value & ~(SpecFullNumber | SpecBoolean));
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGPredictionPropagationPhase.cpp226 !(left & (SpecFullNumber | SpecBoolean))
227 || !(right & (SpecFullNumber | SpecBoolean))) {
H A DDFGConstantFoldingPhase.cpp264 if (m_state.forNode(node->child1()).m_type & ~(SpecFullNumber | SpecBoolean | SpecString))
H A DDFGAbstractInterpreterInlines.h1228 if (!(forNode(node->child1()).m_type & ~(SpecFullNumber | SpecBoolean | SpecString))) {
H A DDFGSpeculativeJIT.h556 bool isKnownNotNumber(Node* node) { return !(m_state.forNode(node).m_type & SpecFullNumber); }
H A DDFGSpeculativeJIT32_64.cpp3006 if (!(m_state.forNode(node->child1()).m_type & ~(SpecFullNumber | SpecBoolean))) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp1021 if (!(m_state.forNode(m_node->child1()).m_type & SpecFullNumber)
1022 && !(m_state.forNode(m_node->child2()).m_type & SpecFullNumber))

Completed in 154 milliseconds