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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.cpp191 assert(has_checked_exceptions(), "called only if table is present");
204 if (has_checked_exceptions()) {
225 if (has_checked_exceptions()) {
306 return has_checked_exceptions() ? *(checked_exceptions_length_addr()) : 0;
514 if (has_checked_exceptions()) {
532 } else if (has_checked_exceptions()) {
H A DconstMethod.hpp255 bool has_checked_exceptions() const function in class:ConstMethod
/openjdk10/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp137 bool has_checked_exceptions () const { return (_flags & JVM_ACC_HAS_CHECKED_EXCEPTIONS ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp565 if (const_method->has_checked_exceptions()) {
592 if (const_method->has_checked_exceptions()) {

Completed in 46 milliseconds