Searched refs:SpecMisc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGUseKind.h112 return SpecMisc;
H A DDFGSpeculativeJIT.cpp4770 regs, edge, SpecMisc,
4777 regs, edge, SpecMisc,
4784 if (!needsTypeCheck(edge, SpecMisc))
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpeculatedType.h82 static const SpeculatedType SpecMisc = 0x30000000; // It's definitely either a boolean, Null, or Undefined. member in namespace:JSC
349 return !!value && !(value & ~SpecMisc);
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp5656 typeCheck(jsValueValue(value), edge, SpecMisc, isNotMisc(value)); local

Completed in 200 milliseconds