Lines Matching refs:signature

55 // the same name and signature as m), then m is a Miranda method which is
222 Symbol* signature = target_method()->signature();
223 assert(super_method->name() == name && super_method->signature() == signature, "vtable entry name/sig mismatch");
298 Symbol* signature = target_method()->signature();
304 if (super_method->name() == name && super_method->signature() == signature) {
328 SystemDictionary::check_signature_loaders(signature, target_loader,
336 "%s used in the signature";
440 Symbol* signature = target_method()->signature();
447 super_method = instanceKlass::cast(k)->lookup_method(name, signature);
478 if (sk->lookup_method_in_all_interfaces(name, signature) != NULL) {
487 // get the vtable index of a miranda method with matching "name" and "signature"
488 int klassVtable::index_of_miranda(Symbol* name, Symbol* signature) {
493 m->name() == name && m->signature() == signature) {
520 Symbol* signature = m->signature();
521 if (instanceKlass::find_method(class_methods, name, signature) == NULL) {
528 methodOop mo = instanceKlass::cast(super)->lookup_method(name, signature);
552 (im->signature() == miranda->signature())) {
562 if (sk->lookup_method_in_all_interfaces(im->name(), im->signature()) == NULL) {
641 new_method->signature()->as_C_string()));
929 Symbol* method_signature = m->signature();
959 "used in the signature";
1004 // method signature can be specified by more than one interface.
1021 new_method->signature()->as_C_string()));
1245 vte->method()->signature() != table()[index].method()->signature()) {
1246 fatal("mismatched name/signature of vtable entries");