Searched refs:djc_methods (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c306 c->djc_methods = uu_list_create(methodpool, NULL,
308 if (!c->djc_methods) {
320 uu_list_destroy(c->djc_methods);
321 c->djc_methods = NULL;
401 dtj_list_destroy(c->djc_methods, dtj_java_method_destroy, NULL);
403 c->djc_methods = NULL;
579 if (!dtj_list_add(c->djc_methods, m)) {
600 if (!dtj_list_add(c->djc_methods, m)) {
672 itr = uu_list_walk_start(c->djc_methods, 0);
H A Ddtj_util.h90 uu_list_t *djc_methods; /* element type (java_method_t *) */ member in struct:dtj_java_class

Completed in 78 milliseconds