Lines Matching refs:signature
138 // No virtual method matching the signature. Search declared
199 // Failed to find type from the signature of the field.
255 const char* signature;
257 signature = "()V";
259 signature = "(Ljava/lang/String;)V";
262 signature = "(Ljava/lang/Throwable;)V";
265 signature = "(Ljava/lang/String;Ljava/lang/Throwable;)V";
269 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
272 LOG(ERROR) << "No <init>" << signature << " in "
2111 const char* sig = methods[i].signature;
2117 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors);
2149 // A '!' prefix in the signature in the JNINativeMethod