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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tracker.c225 HPROF_ASSERT(gdata->tracker_methods[i].method!=NULL);
226 if ( method == gdata->tracker_methods[i].method ) {
248 } tracker_methods[] = variable in typeref:struct:__anon537
300 (int)sizeof(tracker_methods)/(int)sizeof(tracker_methods[0]);
303 (int)(sizeof(gdata->tracker_methods)/sizeof(gdata->tracker_methods[0])));
309 gdata->tracker_methods[i].name =
310 string_find_or_create(tracker_methods[i].name);
311 gdata->tracker_methods[
[all...]
H A Dhprof.h370 } tracker_methods[12]; /* MAX 12 Tracker class methods */ member in struct:__anon533

Completed in 31 milliseconds