Home
last modified time | relevance | path

Searched refs:class_get_super (Results 1 – 11 of 11) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.h69 ClassIndex class_get_super(ClassIndex index);
H A Dhprof_class.c609 class_get_super(ClassIndex index) in class_get_super() function
H A Dhprof_reference.c352 super_cnum = class_get_super(cnum); in dump_class_and_supers()
H A Dhprof_io.c1722 super_cnum = class_get_super(cnum); in dump_instance_fields()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.h69 ClassIndex class_get_super(ClassIndex index);
H A Dhprof_class.c609 class_get_super(ClassIndex index) in class_get_super() function
H A Dhprof_reference.c352 super_cnum = class_get_super(cnum); in dump_class_and_supers()
H A Dhprof_io.c1722 super_cnum = class_get_super(cnum); in dump_instance_fields()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dclass.c71 class_get_super( PElement *instance, PElement *out ) in class_get_super() function
172 if( !class_get_super( instance, &super ) || !PEISELIST( &super ) ) { in class_get_member()
246 if( !class_get_super( instance, &super ) || !PEISELIST( &super ) ) { in class_get_symbol()
275 if( !class_get_super( &pe, &pe ) || PEISELIST( &pe ) ) in class_get_exact()
754 if( compile->has_super && class_get_super( instance, &super ) ) { in class_new_super()
H A Dclass.h107 gboolean class_get_super( PElement *instance, PElement *out );
H A Dreduce.c863 if( class_get_super( instance, &super ) && !PEISELIST( &super ) ) in reduce_is_instanceof()