#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 913 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 index 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 915 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM method table index of this method.
Definition at line 918 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM method attribute table index of the code for this method.
Definition at line 922 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM method attribute table index of the exceptions for this method.
Definition at line 928 of file classfile.h. Referenced by linkage_resolve_class(). |
|
JVM local native method ordinal number of this native method.
Definition at line 934 of file classfile.h. Referenced by linkage_resolve_class(). |