Searched defs:_location (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/http/
H A DHTTPAddress.java49 return _location;
53 _location = s;
57 if (_location == null) {
62 private String _location; field in class:HTTPAddress
H A DHTTPOperation.java49 return _location;
53 _location = s;
57 if (_location == null) {
62 private String _location; field in class:HTTPOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPAddress.java49 return _location;
53 _location = s;
57 if (_location == null) {
62 private String _location; field in class:SOAPAddress
/openjdk7/hotspot/src/share/vm/runtime/
H A DregisterMap.hpp86 intptr_t* _location[reg_count]; // Location of registers (intptr_t* looks better than address in the debugger) member in class:RegisterMap
109 return (address) _location[reg->value()];
120 _location[reg->value()] = (intptr_t*) loc;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DImport.java53 return _location;
57 _location = s;
77 if (_location == null) {
86 private String _location; field in class:Import
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEventBase.java44 protected Location _location = null; field in class:EventBase
97 return _location;
101 _location = loc;
104 if(_location == null )
107 return _location.getSystemId();
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp65 Location _location; member in class:LocationValue
67 LocationValue(Location location) { _location = location; }
69 Location location() const { return _location; }
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp97 const Location _location; member in class:VALUE_OBJ_CLASS_SPEC::AnnotationCollector
100 : _location(location), _annotations_present(0)
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp604 oop* _location; // Location of derived pointer (also pointing to the base) member in class:DerivedPointerEntry
607 DerivedPointerEntry(oop* location, intptr_t offset) { _location = location; _offset = offset; }
608 oop* location() { return _location; }

Completed in 55 milliseconds