Searched defs:is_active (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniPeriodicChecker.hpp49 static bool is_active() { return _task != NULL; } function in class:JniPeriodicChecker
H A Daprofiler.hpp67 static bool is_active() { return _active; } function in class:AllocationProfiler
H A DstatSampler.hpp62 static bool is_active() { return _task != NULL; } function in class:StatSampler
H A Dmemprofiler.cpp79 bool MemProfiler::is_active() { function in class:MemProfiler
86 if (!is_active()) {
104 if (!is_active()) return;
H A Dtimer.hpp48 bool is_active() const { return _active; } function in class:VALUE_OBJ_CLASS_SPEC
H A Ddeoptimization.hpp366 static bool is_active() { return _is_active; } function in class:DeoptimizationMarker
H A Dfprofiler.cpp803 if (DeoptimizationMarker::is_active()) {
1282 bool FlatProfiler::is_active() { function in class:FlatProfiler
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp123 while (!_should_terminate && !is_active()) {
128 bool ConcurrentG1RefineThread::is_active() { function in class:ConcurrentG1RefineThread
204 if (_next != NULL && !_next->is_active() && curr_buffer_num > _next->_threshold) {
210 if (is_active()) {
H A Dg1HRPrinter.hpp89 const bool is_active() { return _active; } function in class:VALUE_OBJ_CLASS_SPEC
98 if (is_active()) {
104 if (is_active()) {
110 if (is_active()) {
118 if (is_active()) {
124 if (is_active()) {
130 if (is_active()) {
136 if (is_active()) {
142 if (is_active()) {
148 if (is_active()) {
[all...]
H A DptrQueue.hpp122 bool is_active() { return _active; } function in class:VALUE_OBJ_CLASS_SPEC
280 bool is_active() { return _all_active; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.hpp93 static bool is_active() { function in class:GC_locker
103 // is_active.
127 // Sets _needs_gc if is_active() is true. Returns is_active().
166 // GC_locker::is_active() is checked. Since there is no safepoint in
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp300 static bool is_active() { return _active; } function in class:DerivedPointerTable
311 _active = DerivedPointerTable::is_active();
318 assert(!DerivedPointerTable::is_active(),
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp438 bool is_active(BlockBegin* b) const { return _active_blocks.at(b->block_id()); } function in class:ComputeLinearScanOrder
440 void set_active(BlockBegin* b) { assert(!is_active(b), "already set"); _active_blocks.set_bit(b->block_id()); }
441 void clear_active(BlockBegin* b) { assert(is_active(b), "not already"); _active_blocks.clear_bit(b->block_id()); }
539 if (is_active(cur)) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp952 static bool is_active() { return _is_active; } function in class:ClassFieldMapCacheMark
971 assert(ClassFieldMapCacheMark::is_active(), "ClassFieldMapCacheMark not active");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c1036 gboolean is_active = ((synth_state & SELECTED) != 0); local
1041 ((GtkToggleButton*)gtk2_widget)->active = is_active;
1056 gtk2_widget->state = is_active ? GTK_STATE_ACTIVE : GTK_STATE_NORMAL;

Completed in 137 milliseconds