Searched refs:typeh (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.cpp1951 * For a category 2 register pair, verify that "typeh" is the appropriate
1957 static void checkWidePair(RegType typel, RegType typeh, VerifyError* pFailure) argument
1959 if ((typeh != typel+1))
1992 RegType typeh = getRegisterType(registerLine, vsrc+1); local
1995 checkWidePair(typel, typeh, pFailure);
1997 LOG_VFY("VFY: copy2 v%u<-v%u type=%d/%d", vdst, vsrc, typel, typeh);
2036 RegType typel, typeh;
2043 typeh = getRegisterType(registerLine, vsrc+1);
2045 checkWidePair(typel, typeh, pFailure);
2048 vdst, vsrc, typel, typeh);
[all...]

Completed in 6 milliseconds