Searched refs:has_unloaded_classes_in_signature (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp259 bool has_unloaded_classes_in_signature();
H A DciMethod.cpp1080 // ciMethod::has_unloaded_classes_in_signature
1081 bool ciMethod::has_unloaded_classes_in_signature() { function in class:ciMethod
1086 bool has_unloaded = methodOopDesc::has_unloaded_classes_in_signature(m, (JavaThread *)THREAD);
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp201 if (callee_method->has_unloaded_classes_in_signature()) {
224 if (fail_msg == NULL && callee_method->has_unloaded_classes_in_signature()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp714 static bool has_unloaded_classes_in_signature(methodHandle m, TRAPS);
H A DmethodOop.cpp1213 bool methodOopDesc::has_unloaded_classes_in_signature(methodHandle m, TRAPS) { function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp642 if (methodOopDesc::has_unloaded_classes_in_signature(m, JavaThread::current())) return (_msg = "unloaded signature classes");

Completed in 54 milliseconds