HomeSort by relevance Sort by last modified time
    Searched refs:DataFormatInteger (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 43 DataFormatInteger = 1,
47 DataFormatJSInteger = DataFormatJS | DataFormatInteger,
84 m_registerFormat = DataFormatInteger;
202 m_registerFormat = DataFormatInteger;
DFGJITCodeGenerator.cpp 52 returnFormat = DataFormatInteger;
95 case DataFormatInteger: {
99 returnFormat = DataFormatInteger;
195 case DataFormatInteger: {
272 case DataFormatInteger: {
275 // If not, we'll zero extend in place, so mark on the info that this is now type DataFormatInteger, not DataFormatJSInteger.
402 case DataFormatInteger:
DFGNonSpeculativeJIT.h 104 if (registerFormat == DataFormatInteger) {
136 if (registerFormat == DataFormatInteger) {
DFGSpeculativeJIT.cpp 50 returnFormat = DataFormatInteger;
65 returnFormat = DataFormatInteger;
103 // If not, we'll zero extend in place, so mark on the info that this is now type DataFormatInteger, not DataFormatJSInteger.
112 returnFormat = DataFormatInteger;
122 case DataFormatInteger: {
125 returnFormat = DataFormatInteger;
134 returnFormat = DataFormatInteger;
177 ASSERT(mustBeDataFormatInteger == DataFormatInteger);
230 case DataFormatInteger:
DFGJITCompiler.cpp 139 ASSERT(dataFormat == DataFormatInteger || DataFormatCell || dataFormat & DataFormatJS);
140 if (dataFormat == DataFormatInteger)
174 if (dataFormat == DataFormatInteger)
DFGJITCodeGenerator.h 226 ASSERT(spillFormat == DataFormatInteger || spillFormat == DataFormatCell || spillFormat & DataFormatJS);
231 if (spillFormat == DataFormatInteger)
381 void integerResult(GPRReg reg, NodeIndex nodeIndex, DataFormat format = DataFormatInteger)
389 if (format == DataFormatInteger) {
779 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger);
    [all...]
DFGSpeculativeJIT.h 238 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger);

Completed in 704 milliseconds