Lines Matching refs:expectedSignature
240 void checkFieldTypeForGet(jfieldID fid, const char* expectedSignature, bool isStatic) {250 if (*expectedSignature == 'L') {256 } else if (*actualSignature != *expectedSignature) {271 mFunctionName, field->name, expectedSignature, actualSignature);