Home | History | Annotate | Download | only in bytecode

Lines Matching refs:m_propertyAccessInstructions

401     if (!m_globalResolveInstructions.isEmpty() || !m_propertyAccessInstructions.isEmpty())
411 if (!m_propertyAccessInstructions.isEmpty()) {
414 m_propertyAccessInstructions[i]]);
416 } while (i < m_propertyAccessInstructions.size());
1476 for (size_t size = m_propertyAccessInstructions.size(), i = 0; i < size; ++i)
1477 markStructures(markStack, &m_instructions[m_propertyAccessInstructions[i]]);
1626 m_propertyAccessInstructions.shrinkToFit();