Home
last modified time | relevance | path

Searched refs:class_depth (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c221 depth1 = class_depth (type1);
222 depth2 = class_depth (type2);
H A Dexpr.c418 int source_depth = class_depth (source_type);
419 int target_depth = class_depth (target_type);
H A Djava-tree.h1231 extern int class_depth PARAMS ((tree));
H A Dclass.c406 class_depth (clas) in class_depth() function
H A DChangeLog7487 * class.c (class_depth): Return -1 if the class doesn't load
9782 can_widen_reference_to, class_depth, verify_jvm_instructions,
13828 * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
14472 * class.c (class_depth): Do load_class if needed.
14632 * class.c (class_depth): New function.