Searched refs:CheckedExceptionElement (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCheckedExceptionElement.java35 public class CheckedExceptionElement { class
45 Type type = db.lookupType("CheckedExceptionElement");
54 public CheckedExceptionElement(Address handle, long offset) { method in class:CheckedExceptionElement
H A DConstMethod.java93 type = db.lookupType("CheckedExceptionElement");
382 public CheckedExceptionElement[] getCheckedExceptions() {
386 CheckedExceptionElement[] ret = new CheckedExceptionElement[getCheckedExceptionsLength()];
389 ret[i] = new CheckedExceptionElement(getAddress(), offset);
H A DMethod.java329 public CheckedExceptionElement[] getCheckedExceptions() {
/openjdk9/hotspot/src/share/vm/oops/
H A DconstMethod.cpp107 extra_bytes += sizes->checked_exceptions_length() * sizeof(CheckedExceptionElement);
308 CheckedExceptionElement* ConstMethod::checked_exceptions_start() const {
312 addr -= length * sizeof(CheckedExceptionElement) / sizeof(u2);
313 return (CheckedExceptionElement*) addr;
H A DconstMethod.hpp72 // (see class CheckedExceptionElement)
90 class CheckedExceptionElement VALUE_OBJ_CLASS_SPEC {
395 CheckedExceptionElement* checked_exceptions_start() const;
H A Dmethod.hpp54 class CheckedExceptionElement;
556 CheckedExceptionElement* checked_exceptions_start() const
H A Dmethod.cpp682 CheckedExceptionElement* table = h_this->checked_exceptions_start(); // recompute on each iteration, not gc safe
1426 checked_exceptions_len * sizeof(CheckedExceptionElement));
2237 CheckedExceptionElement* table = checked_exceptions_start();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java619 CheckedExceptionElement[] exceptions = m.getCheckedExceptions();
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp260 CheckedExceptionElement* checked_exceptions = const_method->checked_exceptions_start();
H A DjvmtiRedefineClasses.cpp3196 CheckedExceptionElement * cext_table =
H A Djvm.cpp2342 CheckedExceptionElement* table= method->checked_exceptions_start();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java629 CheckedExceptionElement[] exceptions = method.getCheckedExceptions();
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp371 nonstatic_field(CheckedExceptionElement, class_cp_index, u2) \
1516 declare_toplevel_type(CheckedExceptionElement) \
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1953 (*checked_exceptions_length) * sizeof(CheckedExceptionElement) / sizeof(u2);
2806 checked_exceptions_length * sizeof(CheckedExceptionElement) / sizeof(u2);

Completed in 304 milliseconds