Home
last modified time | relevance | path

Searched refs:DataFormat (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGGenerationInfo.h41 enum DataFormat { enum
89 …void initJSValue(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr, DataFormat format = DataForma…
148 DataFormat registerFormat() { return m_registerFormat; } in registerFormat()
150 DataFormat spillFormat() { return m_spillFormat; } in spillFormat()
167 void spill(DataFormat spillFormat) in spill()
194 void fillJSValue(GPRReg gpr, DataFormat format = DataFormatJS)
226 DataFormat m_registerFormat;
227 DataFormat m_spillFormat;
DDFGSpeculativeJIT.h86 DataFormat format;
130 GPRReg fillSpeculateInt(NodeIndex, DataFormat& returnFormat);
176 GPRReg fillSpeculateIntInternal(NodeIndex, DataFormat& returnFormat);
235 DataFormat format() in format()
251 DataFormat m_format;
DDFGNonSpeculativeJIT.h54 DataFormat format;
101 DataFormat registerFormat = info.registerFormat();
133 DataFormat registerFormat = info.registerFormat();
DDFGJITCodeGenerator.h71 GPRReg fillInteger(NodeIndex, DataFormat& returnFormat);
196 DataFormat registerFormat = info.registerFormat(); in use()
215 DataFormat spillFormat = info.registerFormat(); in spill()
236 info.spill((DataFormat)(spillFormat | DataFormatJS)); in spill()
381 void integerResult(GPRReg reg, NodeIndex nodeIndex, DataFormat format = DataFormatInteger)
419 void jsValueResult(GPRReg reg, NodeIndex nodeIndex, DataFormat format = DataFormatJS)
776 DataFormat format() in format()
792 DataFormat m_format;
DDFGJITCodeGenerator.cpp37 GPRReg JITCodeGenerator::fillInteger(NodeIndex nodeIndex, DataFormat& returnFormat) in fillInteger()
144 DataFormat spillFormat = info.spillFormat(); in fillDouble()
263 DataFormat spillFormat = info.spillFormat(); in fillJSValue()
338 static const char* dataFormatString(DataFormat format) in dataFormatString()
DDFGNonSpeculativeJIT.cpp144 DataFormat registerFormat = info.registerFormat(); in isKnownInteger()
148 DataFormat spillFormat = info.spillFormat(); in isKnownInteger()
160 DataFormat registerFormat = info.registerFormat(); in isKnownNumeric()
165 DataFormat spillFormat = info.spillFormat(); in isKnownNumeric()
DDFGJITCompiler.cpp136 DataFormat dataFormat = check.m_gprInfo[gpr].format; in jumpFromSpeculativeToNonSpeculative()
173 DataFormat dataFormat = entry.m_gprInfo[gpr].format; in jumpFromSpeculativeToNonSpeculative()
DDFGSpeculativeJIT.cpp34 GPRReg SpeculativeJIT::fillSpeculateIntInternal(NodeIndex nodeIndex, DataFormat& returnFormat) in fillSpeculateIntInternal()
55 DataFormat spillFormat = info.spillFormat(); in fillSpeculateIntInternal()
168 GPRReg SpeculativeJIT::fillSpeculateInt(NodeIndex nodeIndex, DataFormat& returnFormat) in fillSpeculateInt()
175 DataFormat mustBeDataFormatInteger; in fillSpeculateIntStrict()