Searched refs:startTimer (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnectionOutputStream.java106 dgcAckHandler.startTimer();
H A DDGCAckHandler.java90 * "startTimer" method has been invoked) the timeout has expired.
117 synchronized void startTimer() { method in class:DGCAckHandler
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java198 protected void startTimer(final boolean initial) { method in class:AquaScrollBarUI
325 startTimer(false);
375 startTimer(true);
402 startTimer(false);
474 startTimer(true);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3508 _collector->startTimer();
4294 _collector->startTimer();
4497 startTimer();
4591 startTimer();
4618 startTimer();
4763 startTimer();
4790 startTimer();
4861 startTimer();
4879 startTimer();
6374 startTimer();
[all...]
H A DconcurrentMarkSweepGeneration.hpp980 void startTimer() { assert(!_timer.is_active(), "Error"); _timer.start(); } function in class:CMSCollector
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java2576 startTimer();
2581 startTimer();
2590 protected void startTimer() { method in class:BasicTreeUI.ComponentHandler

Completed in 81 milliseconds