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

/dalvik/vm/reflect/
H A DAnnotation.cpp1133 * "expectedType" is an annotation value type, e.g. kDexAnnotationString.
1141 int expectedType, const char* debugAnnoName)
1157 if (avalue.type != expectedType) {
1159 debugAnnoName, annoName, avalue.type, expectedType);
1139 getAnnotationValue(const ClassObject* clazz, const DexAnnotationItem* pAnnoItem, const char* annoName, int expectedType, const char* debugAnnoName) argument
/dalvik/vm/
H A DCheckJni.cpp382 * 'expectedType' will be "L" for all objects, including arrays.
384 void checkSig(jmethodID methodID, const char* expectedType, bool isStatic) { argument
388 if (*expectedType != method->shorty[0]) {
389 ALOGW("JNI WARNING: expected return type '%s'", expectedType);
/dalvik/vm/analysis/
H A DCodeVerify.cpp3186 RegType expectedType; local
3193 expectedType = regTypeFromClass(resClass->elementClass);
3195 expectedType = primitiveTypeToRegType(elemType);
3197 //ALOGI("filled-new-array: %s -> %d", resClass->descriptor, expectedType);
3212 verifyRegisterType(registerLine, getReg, expectedType, pFailure);

Completed in 72 milliseconds