Searched refs:_m (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DspaceCounters.hpp79 MutableSpace* _m; member in class:MutableSpaceUsedHelper
82 MutableSpaceUsedHelper(MutableSpace* m) : _m(m) { }
85 return _m->used_in_bytes();
H A DconcurrentGCThread.cpp98 _m = new Monitor(Mutex::leaf,
109 MutexLockerEx x(_m, Mutex::_no_safepoint_check_flag);
110 while (_async_stop) _m->wait(Mutex::_no_safepoint_check_flag);
117 MutexLockerEx x(_m, Mutex::_no_safepoint_check_flag);
120 if (_async_stop) _m->notify_all();
126 MutexLockerEx x(_m, Mutex::_no_safepoint_check_flag);
138 _m->notify_all();
139 while (_async_stop) _m->wait(Mutex::_no_safepoint_check_flag);
142 _m->notify_all();
152 MutexLockerEx x(_m, Mute
[all...]
H A DconcurrentGCThread.hpp44 Monitor* _m; member in class:SuspendibleThreadSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeImpl.java77 public void marshal(Marshaller _m, T t, XMLStreamWriter output) throws JAXBException { argument
78 MarshallerImpl m = (MarshallerImpl)_m;
82 public void marshal(Marshaller _m, T t, OutputStream output, NamespaceContext nsContext) throws JAXBException { argument
83 MarshallerImpl m = (MarshallerImpl)_m;
92 public void marshal(Marshaller _m, T t, Node output) throws JAXBException { argument
93 MarshallerImpl m = (MarshallerImpl)_m;
97 public void marshal(Marshaller _m, T t, ContentHandler contentHandler) throws JAXBException { argument
98 MarshallerImpl m = (MarshallerImpl)_m;
102 public void marshal(Marshaller _m, T t, Result result) throws JAXBException { argument
103 MarshallerImpl m = (MarshallerImpl)_m;
[all...]
/openjdk7/hotspot/test/compiler/6431242/
H A DTest.java46 long _m = 0x123456789abcdef0L; field in class:Test
55 _arr_l[i] = _m;
114 _l = test_long_reversed(_m);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceMirrorKlass.hpp98 int oop_oop_iterate##nv_suffix##_m(oop obj, OopClosureType* blk, MemRegion mr);
H A DinstanceRefKlass.hpp77 int oop_oop_iterate##nv_suffix##_m(oop obj, OopClosureType* blk, MemRegion mr);
H A DinstanceMirrorKlass.cpp237 oop_oop_iterate##nv_suffix##_m(oop obj, \
242 instanceKlass::oop_oop_iterate##nv_suffix##_m(obj, closure, mr); \
H A DobjArrayKlass.hpp123 int oop_oop_iterate##nv_suffix##_m(oop obj, OopClosureType* blk, \
H A DinstanceRefKlass.cpp342 oop_oop_iterate##nv_suffix##_m(oop obj, \
347 int size = instanceKlass::oop_oop_iterate##nv_suffix##_m(obj, closure, mr); \
H A Dklass.hpp740 // (I don't see why the _m should be required, but without it the Solaris
757 (I don't see why the _m should be required, but without it the Solaris \
760 virtual int oop_oop_iterate##nv_suffix##_m(oop obj, \
H A DobjArrayKlass.cpp387 int objArrayKlass::oop_oop_iterate##nv_suffix##_m(oop obj, \
H A DinstanceKlass.hpp881 int oop_oop_iterate##nv_suffix##_m(oop obj, OopClosureType* blk, \
H A Doop.inline.hpp793 return blueprint()->oop_oop_iterate##nv_suffix##_m(this, blk, mr); \
H A DinstanceKlass.cpp1800 int instanceKlass::oop_oop_iterate##nv_suffix##_m(oop obj, \
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp261 _m(Mutex::leaf, "An OtherRegionsTable lock", true),
441 MutexLockerEx x(&_m, Mutex::_no_safepoint_check_flag);
543 assert(_m.owned_by_self(), "Precondition");
676 MutexLockerEx x((Mutex*)&_m, Mutex::_no_safepoint_check_flag);
707 MutexLockerEx x((Mutex*)&_m, Mutex::_no_safepoint_check_flag);
737 MutexLockerEx x(&_m, Mutex::_no_safepoint_check_flag);
757 MutexLockerEx x(&_m, Mutex::_no_safepoint_check_flag);
803 MutexLockerEx x((Mutex*)&_m, Mutex::_no_safepoint_check_flag);
H A DheapRegionRemSet.hpp74 Mutex _m; member in class:VALUE_OBJ_CLASS_SPEC
77 // These are protected by "_m".
112 // to hold _m, and the fine-grain table to be full.

Completed in 299 milliseconds