Searched refs:CellInJSStack (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGValueSource.cpp48 case CellInJSStack:
H A DDFGValueSource.h45 CellInJSStack, enumerator in enum:JSC::DFG::ValueSourceKind
63 return CellInJSStack;
81 case CellInJSStack:
135 return ValueSource(CellInJSStack);
174 case CellInJSStack:
H A DDFGSpeculativeJIT.cpp1635 valueSource = ValueSource(CellInJSStack);
H A DDFGSpeculativeJIT32_64.cpp2120 recordSetLocal(node->local(), ValueSource(CellInJSStack));
H A DDFGSpeculativeJIT64.cpp2051 recordSetLocal(node->local(), ValueSource(CellInJSStack));

Completed in 160 milliseconds