Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:emitNewArray

187     // FIXME: Should we put all of this code into emitNewArray?
198 return generator.emitNewArray(generator.finalDestination(dst), m_element);
200 RefPtr<RegisterID> array = generator.emitNewArray(generator.tempDestination(dst), m_element);