Lines Matching refs:signature
384 // This is a name from a signature. Strip off the trimmings.
633 ciSymbol* signature = get_symbol(cpool->method_type_signature_at(index));
634 ciObject* ciobj = get_unloaded_method_type_constant(signature);
642 ciSymbol* signature = get_symbol(cpool->method_handle_signature_ref_at(index));
643 ciObject* ciobj = get_unloaded_method_handle_constant(callee, name, signature, ref_kind);
699 // name, signature, and bytecode.
761 ciSymbol* signature = get_symbol(cpool->signature_ref_at(index));
762 return get_unloaded_method(holder, name, signature, accessor);
769 // Get the method's name and signature.
813 ciSymbol* signature = get_symbol(sig_sym);
814 return get_unloaded_method(declared_holder, name, signature, accessor);