Home
last modified time | relevance | path

Searched refs:DataFormatJSInteger (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCodeGenerator.cpp64 ASSERT(info.spillFormat() == DataFormatJS || info.spillFormat() == DataFormatJSInteger); in fillInteger()
72 info.fillJSValue(gpr, DataFormatJSInteger); in fillInteger()
87 case DataFormatJSInteger: { in fillInteger()
91 returnFormat = DataFormatJSInteger; in fillInteger()
194 case DataFormatJSInteger: in fillDouble()
247 info.fillJSValue(gpr, DataFormatJSInteger); in fillJSValue()
283 info.fillJSValue(gpr, DataFormatJSInteger); in fillJSValue()
302 case DataFormatJSInteger: in fillJSValue()
405 case DataFormatJSInteger: in checkConsistency()
DDFGSpeculativeJIT.cpp60 if (spillFormat == DataFormatJSInteger) { in fillSpeculateIntInternal()
69 info.fillJSValue(gpr, DataFormatJSInteger); in fillSpeculateIntInternal()
70 returnFormat = DataFormatJSInteger; in fillSpeculateIntInternal()
77 info.fillJSValue(gpr, DataFormatJSInteger); in fillSpeculateIntInternal()
87 info.fillJSValue(gpr, DataFormatJSInteger); in fillSpeculateIntInternal()
90 returnFormat = DataFormatJSInteger; in fillSpeculateIntInternal()
97 case DataFormatJSInteger: { in fillSpeculateIntInternal()
118 returnFormat = DataFormatJSInteger; in fillSpeculateIntInternal()
229 case DataFormatJSInteger: in fillSpeculateCell()
DDFGNonSpeculativeJIT.cpp146 return (registerFormat | DataFormatJS) == DataFormatJSInteger; in isKnownInteger()
150 return (spillFormat | DataFormatJS) == DataFormatJSInteger; in isKnownInteger()
162 return (registerFormat | DataFormatJS) == DataFormatJSInteger in isKnownNumeric()
167 return (spillFormat | DataFormatJS) == DataFormatJSInteger in isKnownNumeric()
DDFGGenerationInfo.h47 DataFormatJSInteger = DataFormatJS | DataFormatInteger, enumerator
DDFGSpeculativeJIT.h238 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger); in format()
DDFGJITCodeGenerator.h394 ASSERT(format == DataFormatJSInteger);
421 if (format == DataFormatJSInteger)
779 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger); in format()