#include <classfile.h>
Uses LOCAL_ as a prefix to signify an item that is not part of the JVM spec itself, but an implementation detail.
Definition at line 961 of file classfile.h.
Data Fields | |
jvm_class_index | clsidxJVM |
JVM class table index of this class. | |
jvm_attribute_index | codeatridxJVM |
JVM method attribute table index of the code for this method. | |
jvm_attribute_index | excpatridxJVM |
JVM method attribute table of the exceptions for this method. | |
jvm_method_index | mthidxJVM |
JVM method table index of this method. | |
jvm_native_method_ordinal | nmordJVM |
JVM local native method ordinal number of this native method. |
|
JVM class table index of this class.
Definition at line 963 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM method table index of this method.
Definition at line 966 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM method attribute table index of the code for this method.
Definition at line 970 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM method attribute table of the exceptions for this method.
Definition at line 975 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM local native method ordinal number of this native method.
Definition at line 981 of file classfile.h. Referenced by linkage_resolve_class(). |