Home | History | Annotate | Download | only in jit

Lines Matching refs:m_prototype

547     if (structure->m_prototype.isNull())
550 failureCases.append(branchPtr(NotEqual, AbsoluteAddress(&asCell(structure->m_prototype)->m_structure), ImmPtr(asCell(structure->m_prototype)->m_structure)));
1496 if (structure->m_prototype.isNull())
1499 move(ImmPtr(&asCell(structure->m_prototype)->m_structure), regT2);
1500 move(ImmPtr(asCell(structure->m_prototype)->m_structure), regT3);