Searched defs:fullinfo_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c144 typedef unsigned int fullinfo_type; typedef
243 fullinfo_type object_info; /* fullinfo for java/lang/Object */
244 fullinfo_type string_info; /* fullinfo for java/lang/String */
245 fullinfo_type throwable_info; /* fullinfo for java/lang/Throwable */
246 fullinfo_type cloneable_info; /* fullinfo for java/lang/Cloneable */
247 fullinfo_type serializable_info; /* fullinfo for java/io/Serializable */
249 fullinfo_type currentclass_info; /* fullinfo for context->class */
250 fullinfo_type superclass_info; /* fullinfo for superclass */
260 fullinfo_type *superclasses; /* null terminated superclasses */
262 fullinfo_type return_typ
[all...]

Completed in 2122 milliseconds