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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_monitor.c83 table_get_key(gdata->monitor_table, index, &key_ptr, &key_len);
95 info = (MonitorInfo*)table_get_info(gdata->monitor_table, index);
120 index = table_find_or_create_entry(gdata->monitor_table, &key,
217 gdata->monitor_table = table_initialize("Monitor",
226 table_walk_items(gdata->monitor_table, &list_item, NULL);
234 table_cleanup(gdata->monitor_table, &cleanup_item, (void*)NULL);
235 gdata->monitor_table = NULL;
241 table_walk_items(gdata->monitor_table, &clear_item, NULL);
250 n_entries = table_element_count(gdata->monitor_table);
271 table_walk_items(gdata->monitor_table,
[all...]
H A Dhprof.h390 struct LookupTable * monitor_table; member in struct:__anon533

Completed in 32 milliseconds