Searched refs:ptype_slot_count (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodType.hpp64 int ptype_slot_count() const { function in class:ciMethodType
65 GUARDED_VM_ENTRY(return java_lang_invoke_MethodType::ptype_slot_count(get_oop());)
H A DciSignature.cpp88 _size( method_type->ptype_slot_count()),
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp1045 static int ptype_slot_count(oop mt); // extra counts for long/double
H A DjavaClasses.cpp2609 int java_lang_invoke_MethodType::ptype_slot_count(oop mt) { function in class:java_lang_invoke_MethodType
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp652 int argument_slots = java_lang_invoke_MethodType::ptype_slot_count(method_type);

Completed in 51 milliseconds