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

/dalvik/vm/interp/
H A DInterp.cpp1300 VerifyErrorRefType refType, int flags)
1303 if (refType == VERIFY_ERROR_REF_FIELD) {
1307 } else if (refType == VERIFY_ERROR_REF_METHOD) {
1330 VerifyErrorRefType refType, int flags)
1332 if (refType != VERIFY_ERROR_REF_FIELD) {
1333 ALOGW("Expected ref type %d, got %d", VERIFY_ERROR_REF_FIELD, refType);
1355 VerifyErrorRefType refType, int flags)
1357 if (refType != VERIFY_ERROR_REF_METHOD) {
1358 ALOGW("Expected ref type %d, got %d", VERIFY_ERROR_REF_METHOD,refType);
1395 VerifyErrorRefType refType local
1299 classNameFromIndex(const Method* method, int ref, VerifyErrorRefType refType, int flags) argument
1329 fieldNameFromIndex(const Method* method, int ref, VerifyErrorRefType refType, int flags) argument
1354 methodNameFromIndex(const Method* method, int ref, VerifyErrorRefType refType, int flags) argument
[all...]
/dalvik/vm/analysis/
H A DCodeVerify.cpp3242 VerifyErrorRefType refType; local
3263 refType = VERIFY_ERROR_REF_CLASS;
3294 refType = VERIFY_ERROR_REF_FIELD;
3307 refType = VERIFY_ERROR_REF_METHOD;
3338 (failure << 8) | (refType << (8 + kVerifyErrorRefTypeShift));

Completed in 630 milliseconds