Home | History | Annotate | Download | only in verifier

Lines Matching refs:signature

886         // Note: this can fail before we touch any instruction, for the signature of a method. So
1471 << StringPrintf("wrong signature for switch table (%x, wanted %x)",
1573 std::string prepend("Bad signature in ");
1756 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected signature type char '"
2033 * a signature that looks like a NOP; if we see one of these in
2114 /* check the method signature */
2139 /* check the method signature */
3765 const Signature signature = dex_file_->GetMethodSignature(method_id);
3768 res_method = klass->FindDirectMethod(name, signature, pointer_size);
3770 res_method = klass->FindInterfaceMethod(name, signature, pointer_size);
3772 res_method = klass->FindInterfaceMethod(name, signature, pointer_size);
3775 res_method = klass->FindVirtualMethod(name, signature, pointer_size);
3786 res_method = klass->FindDirectMethod(name, signature, pointer_size);
3791 << " " << signature;
3873 // match the call to the signature. Also, we might be calling through an abstract method
3965 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation because of missing signature "
4116 // Process the target method's signature. This signature may or may not
4189 // match the call to the signature. Also, we might be calling through an abstract method
4230 * Process the target method's signature. This signature may or may not
4252 << " missing signature component";