Searched refs:SiteIndex (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.h45 SiteIndex site_find_or_create(ClassIndex cnum, TraceIndex trace_index);
46 TraceIndex site_get_trace_index(SiteIndex index);
47 ClassIndex site_get_class_index(SiteIndex index);
51 void site_update_stats(SiteIndex index, jint size, jint hits);
H A Dhprof_tag.h49 jint size, SiteIndex site_index);
51 SerialNumber thread_serial_num, SiteIndex site_index);
H A Dhprof_object.h45 ObjectIndex object_new(SiteIndex site_index, jint size, ObjectKind kind,
47 SiteIndex object_get_site(ObjectIndex index);
H A Dhprof_site.c45 * this is the purpose of the SiteIndex.
47 * The allocation site or SiteIndex is unique via a (class,trace) pair.
76 SiteIndex * site_nums;
84 get_pkey(SiteIndex index)
96 site_get_class_index(SiteIndex index)
105 site_get_trace_index(SiteIndex index)
114 get_info(SiteIndex index)
200 SiteIndex site1;
201 SiteIndex site2;
207 site1 = *(SiteIndex *)p_site
[all...]
H A Dhprof_tag.c80 jint size, SiteIndex site_index)
97 SerialNumber thread_serial_num, SiteIndex site_index)
H A Dhprof.h116 typedef TableIndex SiteIndex; typedef
376 SiteIndex system_object_site_index;
379 SiteIndex hprof_site_index;
H A Dhprof_object.c44 * An Object is unique by it's allocation site (SiteIndex), it's size,
85 SiteIndex site_index; /* Site of allocation */
171 object_new(SiteIndex site_index, jint size, ObjectKind kind, SerialNumber thread_serial_num)
214 SiteIndex
H A Dhprof_event.c112 SiteIndex site_index;
304 SiteIndex site_index;
330 /* Get the SiteIndex for this location and a java.lang.Class object */
376 SiteIndex site_index;
H A Dhprof_reference.c314 SiteIndex site_index;
432 SiteIndex cp_site_index;
505 SiteIndex site_index;

Completed in 38 milliseconds