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

/dalvik/vm/analysis/
H A DCodeVerify.c122 u4 vsrc, RegType checkType, VerifyError* pFailure);
1338 const int insnRegCount, u4 vsrc, VerifyError* pFailure)
1342 if (vsrc >= (u4) insnRegCount) {
1346 return insnRegs[vsrc];
1359 const int insnRegCount, u4 vsrc, VerifyError* pFailure)
1364 /* get the element type of the array held in vsrc */
1365 type = getRegisterType(insnRegs, insnRegCount, vsrc, pFailure);
1375 vsrc, type);
1380 LOG_VFY("VFY: register %u holds uninitialized reference\n", vsrc);
1413 /* get the element type of the array held in vsrc */
1337 getRegisterType(const RegType* insnRegs, const int insnRegCount, u4 vsrc, VerifyError* pFailure) argument
1358 getClassFromRegister(const RegType* insnRegs, const int insnRegCount, u4 vsrc, VerifyError* pFailure) argument
1520 verifyRegisterType(const RegType* insnRegs, const int insnRegCount, u4 vsrc, RegType checkType, 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
1874 u4 vsrc; local
1902 u4 vsrc; local
[all...]

Completed in 8 milliseconds