Searched refs:stopped (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DWorker.java32 private boolean stopped = false; field in class:Worker
60 return stopped;
64 stopped = true;
/openjdk7/jdk/src/share/classes/sun/misc/
H A DTimer.java50 A timer can be stopped, continued, or reset at any time.
51 A timer's state is not stopped while it's calling the
103 * If 'stopped' is true, this variable holds the time
104 * that the timer was stopped; otherwise, this variable
112 * is only valid if 'stopped' is true. If the timer is
124 * True iff the timer has been stopped.
126 boolean stopped; field in class:Timer
153 * object is stopped and is regular. getRemainingTime()
165 stopped = true;
174 * Returns true if this timer is stopped
[all...]
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6518816.java59 static boolean stopped = false; field in class:B6518816
101 stopped = true;
121 if (!stopped) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTestEnvironment.java106 boolean stopped; field in class:TestEnvironment
151 stopped = true;
155 return stopped;
214 if (!stopped) {
226 return stopped;
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp88 assert( stopped() || _gvn.type(peek())->higher_equal(TypePtr::NULL_PTR), "what's left behind is null" );
89 if (!stopped()) {
106 if (stopped()) return;
120 assert( stopped() || _gvn.type(peek())->higher_equal(TypePtr::NULL_PTR), "what's left behind is null" );
121 if (!stopped()) {
186 if (stopped()) { // MUST uncommon-trap?
H A DcallGenerator.cpp143 if (kit.stopped()) {
211 if (kit.stopped()) {
390 if (result_size != 0 && !kit.stopped()) {
613 if (kit.stopped()) {
626 if (!kit.stopped()) {
633 if (!kit.stopped())
638 if (kit.stopped()) {
664 if (kit.stopped()) {
874 if (!kit.stopped()) {
881 if (!kit.stopped())
[all...]
H A Dlocknode.cpp170 if (stopped()) return;
H A Dlibrary_call.cpp111 if (!stopped() && result() != NULL) {
858 if (stopped()) {
896 if (stopped())
897 return NULL; // already stopped
914 if (stopped())
915 return NULL; // already stopped
949 if (stopped())
950 return NULL; // already stopped
1063 if (stopped()) {
1076 if (stopped()) {
[all...]
H A Dparse2.cpp50 if (stopped()) return; // guaranteed null or range check
61 if (stopped()) return; // guaranteed null or range check
78 if (stopped()) return top();
155 if (stopped()) return top();
161 assert(ptr != top(), "top should go hand-in-hand with stopped");
687 if (stopped()) return;
1013 if (stopped()) { // Path is dead?
1023 if (!stopped()) {
1033 if (stopped()) { // Path is dead?
1137 if (stopped()) {
[all...]
H A Dparse1.cpp330 if (stopped()) break;
358 if (stopped()) break;
628 if (stopped()) {
865 assert(stopped(), "catch_inline_exceptions trashes the map");
1013 if (kit.stopped()) {
1366 while (!stopped() && !failing()) {
1401 bool have_se = !stopped() && compute_stack_effects(inputs, depth);
1407 assert(!have_se || stopped() || failing() || (sp() - pre_bc_sp) == depth,
1503 if (stopped()) {
1667 assert(stopped(), "");
[all...]
H A DgraphKit.cpp162 //--------------------------------stopped--------------------------------------
164 bool GraphKit::stopped() { function in class:GraphKit
674 assert(kit->stopped(), "cutout code must stop, throw, return, etc.");
679 assert(!kit->stopped(), "must call stopped() before");
685 if (_kit->stopped()) return;
1170 if (stopped()) return top();
1315 if (stopped()) {
1329 if (stopped()) {
1544 if (stopped()) retur
[all...]
H A DdoCall.cpp508 if (!stopped()) {
704 assert(stopped(), "call set_map(NULL) first");
801 if (!stopped()) {
823 assert(!stopped(), "you should return if you finish the chain");
H A Dparse3.cpp121 if (stopped()) return;
H A Dstringopts.cpp996 if (kit.stopped()) {
1083 if (kit.stopped()) {
1207 if (kit.stopped()) {
1424 if (!kit.stopped()) {
H A DgraphKit.hpp72 assert(_map != NULL, "must call stopped() to test for reset compiler map");
188 bool stopped();
H A Dcompile.cpp757 if (!kit.stopped()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java102 private boolean stopped; field in class:EndpointImpl
193 stopped = true;
323 if (stopped) {
325 "Cannot publish this endpoint. Endpoint has been already stopped.");
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp2589 inline bool stopped() { function in class:SimpleRootsClosure
2595 if (stopped()) {
2657 inline bool stopped() { function in class:JNILocalRootsClosure
2663 if (stopped()) {
3055 if (blk.stopped()) {
3062 if (blk.stopped()) {
3069 if (blk.stopped()) {

Completed in 171 milliseconds