Searched defs:LocationValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocationValue.java33 public class LocationValue extends ScopeValue { class in inherits:ScopeValue
36 public LocationValue(Location location) { method in class:LocationValue
49 LocationValue(DebugInfoReadStream stream) { method in class:LocationValue
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp81 case LOCATION_CODE: result = new LocationValue(stream); break;
93 // LocationValue
95 LocationValue::LocationValue(DebugInfoReadStream* stream) { function in class:LocationValue
99 void LocationValue::write_on(DebugInfoWriteStream* stream) {
104 void LocationValue::print_on(outputStream* st) const {
H A DdebugInfo.hpp40 // - LocationValue describes a value in a given location (in frame or register)
63 class LocationValue: public ScopeValue { class in inherits:ScopeValue
67 LocationValue(Location location) { _location = location; } function in class:LocationValue
72 LocationValue(DebugInfoReadStream* stream);

Completed in 38 milliseconds