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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.inline.hpp245 void PSPromotionManager::record_steal(StarTask& p) { function in class:PSPromotionManager
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp97 inline void record_steal(bool success);
120 void TaskQueueStats::record_steal(bool success) { function in class:TaskQueueStats
533 TASKQUEUE_STATS_ONLY(queue(queue_num)->stats.record_steal(true));
537 TASKQUEUE_STATS_ONLY(queue(queue_num)->stats.record_steal(false));

Completed in 27 milliseconds