Searched defs:thr_num (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp458 // indicated by "thr_num".
459 virtual void* get_data_recorder(int thr_num) { return NULL; } argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp955 void* get_data_recorder(int thr_num);
1316 void* get_data_recorder(int thr_num) { argument
1318 return collector()->get_data_recorder(thr_num);

Completed in 40 milliseconds