Home | History | Annotate | Download | only in runtime

Lines Matching refs:signature

155       // No virtual method matching the signature.  Search declared
214 // Failed to find type from the signature of the field.
274 const char* signature;
276 signature = "()V";
278 signature = "(Ljava/lang/String;)V";
281 signature = "(Ljava/lang/Throwable;)V";
284 signature = "(Ljava/lang/String;Ljava/lang/Throwable;)V";
288 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
291 LOG(ERROR) << "No <init>" << signature << " in "
2387 const char* sig = methods[i].signature;
2393 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors);