Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.c568 static struct type *java_object_type; variable
573 if (java_object_type == NULL) in get_java_object_type()
580 java_object_type = SYMBOL_TYPE (sym); in get_java_object_type()
582 return java_object_type; in get_java_object_type()
613 if (java_object_type == NULL) in is_object_type()
614 java_object_type = type; in is_object_type()
1099 java_object_type = NULL; in java_rerun_cleanup()