Searched refs:_c (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/test/runtime/6626217/
H A DYou_Have_Been_P0wned.java7 int _c; field in class:You_Have_Been_P0wned
H A Dbug_21227.java43 System.out.println("q._c = 0x"+Integer.toHexString(q._c));
48 //q._c = 3;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcollectorCounters.hpp70 CollectorCounters* _c; member in class:TraceCollectorStats
75 _c(c) {
78 _c->last_entry_counter()->set_value(os::elapsed_counter());
83 if (UsePerfData) _c->last_exit_counter()->set_value(os::elapsed_counter());
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp179 intptr_t _c; member in class:VALUE_OBJ_CLASS_SPEC
182 RegisterOrConstant(): _r(noreg), _c(0) {}
183 RegisterOrConstant(Register r): _r(r), _c(0) {}
184 RegisterOrConstant(intptr_t c): _r(noreg), _c(c) {}
187 intptr_t as_constant() const { assert(is_constant(),""); return _c; }
190 intptr_t constant_or_zero() const { return _c; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DXMLHTTPBindingCodec.java99 private ContentType _c; field in class:XMLHTTPBindingCodec.AcceptContentType
110 _c = c;
115 return _c.getContentType();
119 return _c.getSOAPActionHeader();
H A DSOAPBindingCodec.java159 private ContentType _c; field in class:SOAPBindingCodec.AcceptContentType
168 _c = c;
173 return _c.getContentType();
177 return _c.getSOAPActionHeader();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp2168 CMSCollector* _c;
2170 ReleaseForegroundGC(CMSCollector* c) : _c(c) {
2171 assert(_c->_foregroundGCShouldWait, "Else should not need to call");
2174 _c->_foregroundGCShouldWait = false;
2175 if (_c->_foregroundGCIsActive) {
2183 assert(!_c->_foregroundGCShouldWait, "Usage protocol violation?");
2185 _c->_foregroundGCShouldWait = true;

Completed in 145 milliseconds