Searched refs:method_type (Results 1 - 15 of 15) sorted by relevance

/openjdk9/hotspot/src/share/vm/ci/
H A DciSignature.cpp86 ciSignature::ciSignature(ciKlass* accessing_klass, ciSymbol* symbol, ciMethodType* method_type) : argument
89 _size( method_type->ptype_slot_count()),
90 _count(method_type->ptype_count())
97 _types->append(method_type->ptype_at(i));
99 _types->append(method_type->rtype());
H A DciSignature.hpp50 ciSignature(ciKlass* accessing_klass, ciSymbol* signature, ciMethodType* method_type);
H A DciStreams.cpp373 ciMethodType* method_type = get_method_type(); local
374 ciSignature* declared_signature = new (env->arena()) ciSignature(pool_holder, sig_sym, method_type);
/openjdk9/hotspot/src/share/vm/oops/
H A DconstMethod.cpp41 MethodType method_type,
45 byte_code_size, sizes, method_type, size);
50 MethodType method_type,
60 set_method_type(method_type);
38 allocate(ClassLoaderData* loader_data, int byte_code_size, InlineTableSizes* sizes, MethodType method_type, TRAPS) argument
48 ConstMethod(int byte_code_size, InlineTableSizes* sizes, MethodType method_type, int size) argument
H A DcpCache.cpp306 const Handle method_type = call_info.resolved_method_type(); local
308 const bool has_method_type = method_type.not_null();
319 tty->print_cr("set_method_handle bc=%d appendix=" PTR_FORMAT "%s method_type=" PTR_FORMAT "%s method=" PTR_FORMAT " ",
322 p2i(method_type()), (has_method_type ? "" : " (unused)"),
360 resolved_references->obj_at_put(method_type_index, method_type());
H A Dmethod.hpp119 ConstMethod::MethodType method_type,
891 ConstMethod::MethodType method_type() const { function in class:Method
892 return _constMethod->method_type();
894 bool is_overpass() const { return method_type() == ConstMethod::OVERPASS; }
H A DconstMethod.hpp263 MethodType method_type() const { function in class:ConstMethod
H A Dmethod.cpp70 ConstMethod::MethodType method_type,
77 method_type,
1386 m->method_type(),
66 allocate(ClassLoaderData* loader_data, int byte_code_size, AccessFlags access_flags, InlineTableSizes* sizes, ConstMethod::MethodType method_type, TRAPS) argument
/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp359 oop method_type() const { return _method_type; } function in class:SymbolPropertyEntry
380 if (method_type() != NULL) {
382 st->print(INTPTR_FORMAT, p2i((void *)method_type()));
H A DsystemDictionary.cpp2620 Handle method_type = local
2629 if (accessing_klass.is_null() || method_type.is_null()) {
2639 args.push_oop(method_type());
2648 (*method_type_result) = method_type;
2683 if (spe != NULL && spe->method_type() != NULL) {
2684 assert(java_lang_invoke_MethodType::is_instance(spe->method_type()), "");
2685 return Handle(THREAD, spe->method_type());
2748 Handle method_type(THREAD, (oop) result.get_jobject());
2756 if (spe->method_type() == NULL) {
2757 spe->set_method_type(method_type());
2841 Handle method_type = find_method_handle_type(type, caller, CHECK_(empty)); local
[all...]
H A Ddictionary.cpp711 if (p->method_type() != NULL) {
/openjdk9/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp697 oop method_type = java_lang_invoke_MethodHandle::type(method_handle); local
698 oop return_type = java_lang_invoke_MethodType::rtype(method_type);
704 oop method_type = java_lang_invoke_MethodHandle::type(method_handle); local
705 int argument_slots = java_lang_invoke_MethodType::ptype_slot_count(method_type);
/openjdk9/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp485 Handle method_type; local
492 &method_type,
524 (*method_type_result) = method_type;
623 const char* method_type, TRAPS) {
644 strlen(failed_type_name) + strlen(method_type) + 1;
646 jio_snprintf(buf, buflen, msg, method_type, sig, loader1_name, current, loader2_name,
1696 Handle method_type(THREAD, cpce->method_type_if_resolved(pool));
1697 result.set_handle(method, appendix, method_type, THREAD);
621 check_method_loader_constraints(const LinkInfo& link_info, const methodHandle& resolved_method, const char* method_type, TRAPS) argument
H A DlinkResolver.hpp216 const char* method_type, TRAPS);
/openjdk9/hotspot/src/share/vm/opto/
H A DparseHelper.cpp49 const TypePtr* method_type = TypeMetadataPtr::make(method); local
50 Node *method_node = _gvn.transform(ConNode::make(method_type));

Completed in 481 milliseconds