1 HANDLE_OPCODE($opcode /*vAA*/) 2 vdst = INST_AA(inst); 3 ILOGV("|move-result%s v%d %s(v%d=0x%08x)", 4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object", 5 vdst, kSpacing+4, vdst,retval.i); 6 SET_REGISTER(vdst, retval.i); 7 FINISH(1); 8 OP_END 9