emitCopy         1760 core/CodegenLIR.cpp             emitCopy(state, imm30, sp+1);
emitCopy         1769 core/CodegenLIR.cpp             emitCopy(state, sp, imm30);
emitCopy         2020 core/CodegenLIR.cpp             emitCopy(state, sp, sp+1);
emitCopy         2219 core/CodegenLIR.cpp                 emitCopy(state, state->verifier->scopeBase, state->sp()+1);
emitCopy         2294 core/CodegenLIR.cpp             emitCopy(state, opd1+state->verifier->scopeBase, state->sp()+1);
emitCopy         2302 core/CodegenLIR.cpp             emitCopy(state, state->sp(), opd1);
emitCopy         2428 core/CodegenLIR.cpp         emitCopy(state, state->sp(), state->sp()-1);
emitCopy          475 core/CodegenLIR.h         void emitCopy(FrameState* state, int src, int dest);