Searched refs:ptype_count (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodType.hpp60 int ptype_count() const { function in class:ciMethodType
61 GUARDED_VM_ENTRY(return java_lang_invoke_MethodType::ptype_count(get_oop());)
H A DciSignature.cpp89 _count(method_type->ptype_count())
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp2582 if (ptype_count(mt1) != ptype_count(mt2))
2584 for (int i = ptype_count(mt1) - 1; i >= 0; i--) {
2605 int java_lang_invoke_MethodType::ptype_count(oop mt) { function in class:java_lang_invoke_MethodType
H A DjavaClasses.hpp1043 static int ptype_count(oop mt);

Completed in 49 milliseconds