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

/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.hpp85 EventRecord<T>* _records; member in class:EventLogBase
94 _records = new EventRecord<T>[length];
157 _records[index].thread = thread;
158 _records[index].timestamp = timestamp;
159 _records[index].data.printv(format, ap);
259 print(out, _records[i]);
263 print(out, _records[i]);
266 print(out, _records[i]);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp73 static SweeperRecord* _records = NULL; variable
76 if (_records != NULL) {
78 if (_records[i].uep == entry ||
79 _records[i].vep == entry ||
80 _records[i].compile_id == id) {
81 _records[i].print();
85 if (_records[i].uep == entry ||
86 _records[i].vep == entry ||
87 _records[i].compile_id == id) {
88 _records[
[all...]

Completed in 326 milliseconds