Searched defs:SpecCell (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.h59 static const SpeculatedType SpecCell = 0x0003ffff; // It's definitely a JSCell. member in namespace:JSC
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp4288 DFG_TYPE_CHECK(JSValueSource(valueGPR), node->child1(), SpecCell, isNotCell); local
[all...]
H A DDFGSpeculativeJIT.cpp[all...]
H A DDFGSpeculativeJIT32_64.cpp4406 DFG_TYPE_CHECK(JSValueRegs(tagGPR, payloadGPR), node->child1(), SpecCell, isNotCell); local
[all...]

Completed in 208 milliseconds