Home | History | Annotate | Download | only in dfg

Lines Matching refs:m_format

750         , m_format(DataFormatNone)
772 m_gprOrInvalid = m_jit->fillInteger(index(), m_format);
778 gpr(); // m_format is set when m_gpr is locked.
779 ASSERT(m_format == DataFormatInteger || m_format == DataFormatJSInteger);
780 return m_format;
792 DataFormat m_format;