Searched defs:key_ptr (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_frame.c75 void *key_ptr; local
78 table_get_key(gdata->frame_table, index, &key_ptr, &key_len);
80 HPROF_ASSERT(key_ptr!=NULL);
81 return (FrameKey*)key_ptr;
94 list_item(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
99 HPROF_ASSERT(key_ptr!=NULL);
103 key = *((FrameKey*)key_ptr);
H A Dhprof_loader.c89 cleanup_item(TableIndex index, void *key_ptr, int key_len, argument
95 delete_ref_item(TableIndex index, void *key_ptr, int key_len, argument
102 list_item(TableIndex index, void *key_ptr, int key_len, argument
131 search_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
H A Dhprof_monitor.c80 void * key_ptr; local
83 table_get_key(gdata->monitor_table, index, &key_ptr, &key_len);
85 HPROF_ASSERT(key_ptr!=NULL);
86 return (MonitorKey*)key_ptr;
126 cleanup_item(MonitorIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
131 list_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
137 HPROF_ASSERT(key_ptr!=NULL);
139 pkey = (MonitorKey*)key_ptr;
153 collect_iterator(MonitorIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
193 clear_item(MonitorIndex index, void *key_ptr, in argument
[all...]
H A Dhprof_object.c101 void *key_ptr; local
104 table_get_key(gdata->object_table, index, (void*)&key_ptr, &key_len);
106 HPROF_ASSERT(key_ptr!=NULL);
107 return (ObjectKey*)key_ptr;
120 list_item(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
125 HPROF_ASSERT(key_ptr!=NULL);
131 pkey = (ObjectKey*)key_ptr;
139 clear_references(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
149 dump_class_references(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
159 dump_instance_references(TableIndex i, void *key_ptr, in argument
[all...]
H A Dhprof_class.c98 void *key_ptr; local
101 table_get_key(gdata->class_table, index, (void*)&key_ptr, &key_len);
103 HPROF_ASSERT(key_ptr!=NULL);
104 return (ClassKey*)key_ptr;
221 cleanup_item(TableIndex index, void *key_ptr, int key_len, argument
227 HPROF_ASSERT(key_ptr!=NULL);
244 delete_ref_item(TableIndex index, void *key_ptr, int key_len, argument
251 list_item(TableIndex index, void *key_ptr, int key_len, argument
259 HPROF_ASSERT(key_ptr!=NULL);
262 key = *((ClassKey*)key_ptr);
287 all_status_remove(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
301 unload_walker(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
[all...]
H A Dhprof_site.c86 void *key_ptr; local
89 table_get_key(gdata->site_table, index, &key_ptr, &key_len);
91 HPROF_ASSERT(key_ptr!=NULL);
92 return (SiteKey*)key_ptr;
123 list_item(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
131 HPROF_ASSERT(key_ptr!=NULL);
133 pkey = (SiteKey*)key_ptr;
163 collect_iterator(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
167 HPROF_ASSERT(key_ptr!=NULL);
184 mark_unchanged_iterator(TableIndex i, void *key_ptr, in argument
[all...]
H A Dhprof_trace.c150 list_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
156 HPROF_ASSERT(key_ptr!=NULL);
159 key = (TraceKey*)key_ptr;
182 clear_cost(TableIndex i, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
186 HPROF_ASSERT(key_ptr!=NULL);
245 output_trace(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
270 key = (TraceKey*)key_ptr;
349 collect_iterator(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
354 HPROF_ASSERT(key_ptr!=NULL);
H A Dhprof_check.c398 cmap_cleanup(TableIndex i, void *key_ptr, int key_len, void*info, void*data) argument
831 utab_cleanup(TableIndex i, void *key_ptr, int key_len, void*info, void*data) argument
H A Dhprof_table.c361 hashcode(void *key_ptr, int key_len) argument
368 if ( key_ptr == NULL || key_len == 0 ) {
372 p = (unsigned char*)key_ptr;
543 find_entry(LookupTable *ltable, void *key_ptr, int key_len, HashCode hcode) argument
554 HPROF_ASSERT(key_ptr!=NULL);
566 keys_equal(key_ptr, element->key.ptr, key_len) ) {
585 setup_new_entry(LookupTable *ltable, void *key_ptr, int key_len, void *info_ptr) argument
612 if ( key_ptr != NULL ) {
643 if ( key_ptr != NULL ) {
647 (void)memcpy(dup_key, key_ptr, key_le
758 void *key_ptr; local
816 table_create_entry(LookupTable *ltable, void *key_ptr, int key_len, void *info_ptr) argument
845 table_find_entry(LookupTable *ltable, void *key_ptr, int key_len) argument
865 table_find_or_create_entry(LookupTable *ltable, void *key_ptr, int key_len, jboolean *pnew_entry, void *info_ptr) argument
[all...]
H A Dhprof_tls.c188 cleanup_item(TableIndex index, void *key_ptr, int key_len, argument
198 delete_ref_item(TableIndex index, void *key_ptr, int key_len, argument
205 list_item(TableIndex index, void *key_ptr, int key_len, argument
217 *(SerialNumber*)key_ptr,
226 search_item(TableIndex index, void *key_ptr, int key_len, argument
263 garbage_collect_item(TableIndex index, void *key_ptr, int key_len, argument
294 sum_sample_status_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
346 sample_setter(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
365 get_thread_list(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
372 HPROF_ASSERT(key_ptr!
555 dump_thread_state(TlsIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
602 dump_monitor_state(TlsIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
1164 clean_in_heap_dump(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
[all...]

Completed in 48 milliseconds