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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.c104 table_get_key(gdata->object_table, index, (void*)&key_ptr, &key_len);
115 info = (ObjectInfo*)table_get_info(gdata->object_table, index);
188 index = table_create_entry(gdata->object_table,
193 index = table_find_or_create_entry(gdata->object_table,
209 HPROF_ASSERT(gdata->object_table==NULL);
210 gdata->object_table = table_initialize("Object", 4096,
254 table_free_entry(gdata->object_table, index);
264 table_walk_items(gdata->object_table, &list_item, NULL);
272 table_cleanup(gdata->object_table, NULL, NULL);
273 gdata->object_table
[all...]
H A Dhprof.h386 struct LookupTable * object_table; member in struct:__anon533

Completed in 49 milliseconds