#include <classfile.h>
Definition at line 1415 of file classfile.h.
Data Fields | |
u1 | bytes [1] |
spec says: u1 bytes[length]; | |
u2 | length |
CONSTANT_Utf8_info::LOCAL_Utf8_binding | LOCAL_Utf8_binding |
Local implementation late binding extensions for CONSTANT_Utf8_info. | |
u1 | tag |
Data Structures | |
struct | LOCAL_Utf8_binding |
Local implementation late binding extensions for CONSTANT_Utf8_info. More... |
|
Definition at line 1417 of file classfile.h. Referenced by classfile_allocate_primative(), method_find_by_cp_entry(), nts_prchar2utf(), nts_prchar2utf_classname(), and unicode_cnv2utf(). |
|
Definition at line 1418 of file classfile.h. Referenced by classfile_allocate_primative(), method_return_type(), nts_prchar2utf(), nts_prchar2utf_classname(), unicode_cnv2utf(), utf_isarray(), utf_prchar_classname_strcmp(), and utf_prchar_pcfs_strcmp(). |
|
spec says:
Definition at line 1419 of file classfile.h. Referenced by classfile_allocate_primative(), linkage_resolve_class(), method_return_type(), nts_prchar2utf(), nts_prchar2utf_classname(), unicode_cnv2utf(), utf_classname_strcmp(), utf_prchar_classname_strcmp(), utf_prchar_pcfs_strcmp(), and utf_utf2unicode(). |
|
Local implementation late binding extensions for CONSTANT_Utf8_info. Uses LOCAL_ as a prefix to signify an item that is not part of the JVM spec itself, but an implementation detail. |