Home | History | Annotate | Download | only in verifier

Lines Matching refs:signature

1005         << StringPrintf("wrong signature for switch table (%x, wanted %x)",
1101 std::string prepend("Bad signature in ");
1259 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected signature type char '"
1483 * a signature that looks like a NOP; if we see one of these in
1558 /* check the method signature */
1583 /* check the method signature */
3019 const Signature signature = dex_file_->GetMethodSignature(method_id);
3022 res_method = klass->FindDirectMethod(name, signature);
3024 res_method = klass->FindInterfaceMethod(name, signature);
3026 res_method = klass->FindVirtualMethod(name, signature);
3035 res_method = klass->FindDirectMethod(name, signature);
3040 << " " << signature;
3099 // match the call to the signature. Also, we might be calling through an abstract method
3180 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation because of missing signature "
3291 // Process the target method's signature. This signature may or may not
3337 // match the call to the signature. Also, we might be calling through an abstract method
3375 * Process the target method's signature. This signature may or may not
3397 << " missing signature component";