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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp215 check_watch("removed from free list?", ((_next == NULL) ? 0 : _next->_serial_number));
224 check_watch("put on free list?", ((next == NULL) ? 0 : next->_serial_number));
243 check_watch("set block", index);
263 check_watch("clear");
285 check_watch("insert", element);
304 check_watch("remove", element);
371 void check_watch(const char *operation, uint operand) const { function in class:IndexSet
378 void check_watch(const char *operation) const { function in class:IndexSet
H A DindexSet.cpp188 debug_only(check_watch("free block", i));
213 check_watch("union destination");
214 one->check_watch("union source");
215 two->check_watch("union source");
283 set->check_watch("copied", _serial_number);
284 check_watch("initialized by copy", set->_serial_number);
313 check_watch("initialized", max_elements);
337 check_watch("initialized2", max_elements);
359 check_watch("swap", set->_serial_number);
360 set->check_watch("swa
[all...]

Completed in 305 milliseconds