Home | History | Annotate | Download | only in bytecode

Lines Matching refs:m_exceptionHandlers

420     if (m_rareData && !m_rareData->m_exceptionHandlers.isEmpty()) {
424 printf("\t %d: { start: [%4d] end: [%4d] target: [%4d] }\n", i + 1, m_rareData->m_exceptionHandlers[i].start, m_rareData->m_exceptionHandlers[i].end, m_rareData->m_exceptionHandlers[i].target);
426 } while (i < m_rareData->m_exceptionHandlers.size());
1506 Vector<HandlerInfo>& exceptionHandlers = m_rareData->m_exceptionHandlers;
1641 m_rareData->m_exceptionHandlers.shrinkToFit();