Searched defs:vdst (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/mterp/portable/
H A Dentry.c27 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c440 u2 ref, vsrc1, vsrc2, vdst; \
470 u2 ref, vsrc1, vsrc2, vdst; \
576 vdst = INST_A(inst); \
578 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
579 SET_REGISTER##_totype(vdst, \
590 vdst = INST_A(inst); \
592 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
605 SET_REGISTER##_tortype(vdst, result); \
611 vdst = INST_A(inst); \
613 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc
1202 vdst = INST_A(inst); variable
[all...]
H A DInterpC-portstd.c556 vdst = INST_A(inst); \
558 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
559 SET_REGISTER##_totype(vdst, \
570 vdst = INST_A(inst); \
572 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
585 SET_REGISTER##_tortype(vdst, result); \
591 vdst = INST_A(inst); \
593 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
594 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
604 vdst
1202 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
[all...]
H A DInterpC-portdbg.c562 vdst = INST_A(inst); \
564 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
565 SET_REGISTER##_totype(vdst, \
576 vdst = INST_A(inst); \
578 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
591 SET_REGISTER##_tortype(vdst, result); \
597 vdst = INST_A(inst); \
599 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
600 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
610 vdst
1463 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
[all...]
/dalvik/vm/analysis/
H A DCodeVerify.c1439 u4 vdst, RegType newType, VerifyError* pFailure)
1441 //LOGD("set-reg v%u = %d\n", vdst, newType);
1454 if (vdst >= (u4) insnRegCount) {
1457 insnRegs[vdst] = newType;
1462 if (vdst+1 >= (u4) insnRegCount) {
1465 insnRegs[vdst] = newType;
1466 insnRegs[vdst+1] = newType+1;
1478 if (vdst >= (u4) insnRegCount) {
1482 insnRegs[vdst] = newType;
1823 * "vsrc" to "vdst"
1438 setRegisterType(RegType* insnRegs, const int insnRegCount, u4 vdst, RegType newType, VerifyError* pFailure) argument
1828 copyRegister1(RegType* insnRegs, int insnRegCount, u4 vdst, u4 vsrc, TypeCategory cat, VerifyError* pFailure) argument
1846 copyRegister2(RegType* insnRegs, int insnRegCount, u4 vdst, u4 vsrc, VerifyError* pFailure) argument
1870 copyResultRegister1(RegType* insnRegs, const int insnRegCount, u4 vdst, TypeCategory cat, VerifyError* pFailure) argument
1898 copyResultRegister2(RegType* insnRegs, const int insnRegCount, u4 vdst, VerifyError* pFailure) argument
[all...]

Completed in 292 milliseconds