Searched defs:method_type (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciSignature.cpp85 ciSignature::ciSignature(ciKlass* accessing_klass, ciSymbol* symbol, ciMethodType* method_type) : argument
88 _size( method_type->ptype_slot_count()),
89 _count(method_type->ptype_count())
96 _types->append(method_type->ptype_at(i));
98 _types->append(method_type->rtype());
H A DciStreams.cpp372 ciMethodType* method_type = get_method_type(); local
373 ciSignature* declared_signature = new (env->arena()) ciSignature(pool_holder, sig_sym, method_type);
/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.hpp38 method_type, enumerator in enum:oop_type
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp270 Handle appendix, Handle method_type) {
272 set_method_handle_common(cpool, Bytecodes::_invokehandle, adapter, appendix, method_type);
277 Handle appendix, Handle method_type) {
279 set_method_handle_common(cpool, Bytecodes::_invokedynamic, adapter, appendix, method_type);
285 Handle appendix, Handle method_type) {
302 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 (intptr_t)method_type(), (has_method_type ? "" : " (unused)"),
359 e2->release_set_f1(method_type());
268 set_method_handle(constantPoolHandle cpool, methodHandle adapter, Handle appendix, Handle method_type) argument
275 set_dynamic_call(constantPoolHandle cpool, methodHandle adapter, Handle appendix, Handle method_type) argument
282 set_method_handle_common(constantPoolHandle cpool, Bytecodes::Code invoke_code, methodHandle adapter, Handle appendix, Handle method_type) argument
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp49 const TypeInstPtr* method_type = TypeInstPtr::make(TypePtr::Constant, method->klass(), true, method, 0); local
50 Node *method_node = _gvn.transform( ConNode::make(C, method_type) );
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp644 oop method_type = java_lang_invoke_MethodHandle::type(method_handle); local
645 oop return_type = java_lang_invoke_MethodType::rtype(method_type);
651 oop method_type = java_lang_invoke_MethodHandle::type(method_handle); local
652 int argument_slots = java_lang_invoke_MethodType::ptype_slot_count(method_type);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp282 Handle method_type; local
287 &method_type,
318 (*method_type_result) = method_type;
1253 Handle method_type(THREAD, cpce->method_type_if_resolved(pool));
1254 result.set_handle(method, appendix, method_type, CHECK);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2305 Handle method_type = local
2308 method_type = java_lang_String::create_from_symbol(signature, CHECK_(empty));
2323 args.push_oop(method_type());
2332 (*method_type_result) = method_type;
2413 Handle method_type(THREAD, (oop) result.get_jobject());
2422 spe->set_property_oop(method_type());
2427 return method_type;
2503 Handle method_type = find_method_handle_type(type, caller, CHECK_(empty)); local
2513 args.push_oop(method_type());
2523 (*method_type_result) = method_type;
[all...]

Completed in 55 milliseconds