Home | History | Annotate | Download | only in bytecode

Lines Matching refs:m_regexps

373     if (m_rareData && !m_rareData->m_regexps.isEmpty()) {
377 printf(" re%u = %s\n", static_cast<unsigned>(i), regexpToSourceString(m_rareData->m_regexps[i].get()).utf8().data());
379 } while (i < m_rareData->m_regexps.size());
1642 m_rareData->m_regexps.shrinkToFit();