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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 35 // === DataFormat ===
41 enum DataFormat {
89 void initJSValue(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr, DataFormat format = DataFormatJS)
148 DataFormat registerFormat() { return m_registerFormat; }
150 DataFormat spillFormat() { return m_spillFormat; }
167 void spill(DataFormat spillFormat)
194 void fillJSValue(GPRReg gpr, DataFormat format = DataFormatJS)
226 DataFormat m_registerFormat;
227 DataFormat m_spillFormat;
DFGSpeculativeJIT.h 86 DataFormat format;
130 GPRReg fillSpeculateInt(NodeIndex, DataFormat& returnFormat);
176 GPRReg fillSpeculateIntInternal(NodeIndex, DataFormat& returnFormat);
235 DataFormat format()
251 DataFormat m_format;
DFGNonSpeculativeJIT.h 54 DataFormat format;
101 DataFormat registerFormat = info.registerFormat();
133 DataFormat registerFormat = info.registerFormat();
DFGJITCodeGenerator.h 71 GPRReg fillInteger(NodeIndex, DataFormat& returnFormat);
196 DataFormat registerFormat = info.registerFormat();
215 DataFormat spillFormat = info.registerFormat();
236 info.spill((DataFormat)(spillFormat | DataFormatJS));
381 void integerResult(GPRReg reg, NodeIndex nodeIndex, DataFormat format = DataFormatInteger)
419 void jsValueResult(GPRReg reg, NodeIndex nodeIndex, DataFormat format = DataFormatJS)
776 DataFormat format()
792 DataFormat m_format;
    [all...]
DFGJITCodeGenerator.cpp 37 GPRReg JITCodeGenerator::fillInteger(NodeIndex nodeIndex, DataFormat& returnFormat)
144 DataFormat spillFormat = info.spillFormat();
263 DataFormat spillFormat = info.spillFormat();
338 static const char* dataFormatString(DataFormat format)
340 // These values correspond to the DataFormat enum.
DFGJITCompiler.cpp 136 DataFormat dataFormat = check.m_gprInfo[gpr].format;
139 ASSERT(dataFormat == DataFormatInteger || DataFormatCell || dataFormat & DataFormatJS);
140 if (dataFormat == DataFormatInteger)
173 DataFormat dataFormat = entry.m_gprInfo[gpr].format;
174 if (dataFormat == DataFormatInteger)
177 ASSERT(dataFormat & DataFormatJS || dataFormat == DataFormatCell); // Treat cell as JSValue for now
    [all...]
DFGNonSpeculativeJIT.cpp 144 DataFormat registerFormat = info.registerFormat();
148 DataFormat spillFormat = info.spillFormat();
160 DataFormat registerFormat = info.registerFormat();
165 DataFormat spillFormat = info.spillFormat();
DFGSpeculativeJIT.cpp 34 GPRReg SpeculativeJIT::fillSpeculateIntInternal(NodeIndex nodeIndex, DataFormat& returnFormat)
55 DataFormat spillFormat = info.spillFormat();
168 GPRReg SpeculativeJIT::fillSpeculateInt(NodeIndex nodeIndex, DataFormat& returnFormat)
175 DataFormat mustBeDataFormatInteger;
  /frameworks/wilhelm/src/
data.h 39 } DataFormat;
47 DataFormat *pFormat;
51 DataFormat mFormat;
data.c 336 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
716 static void freeDataFormat(DataFormat *pDataFormat)
    [all...]

Completed in 278 milliseconds