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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantOopReadValue.java31 /** A ConstantOopReadValue is created by the VM when reading debug
34 public class ConstantOopReadValue extends ScopeValue { class in inherits:ScopeValue
38 public ConstantOopReadValue(DebugInfoReadStream stream) { method in class:ConstantOopReadValue
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp83 case CONSTANT_OOP_CODE: result = new ConstantOopReadValue(stream); break;
210 // ConstantOopReadValue
212 ConstantOopReadValue::ConstantOopReadValue(DebugInfoReadStream* stream) { function in class:ConstantOopReadValue
216 void ConstantOopReadValue::write_on(DebugInfoWriteStream* stream) {
220 void ConstantOopReadValue::print_on(outputStream* st) const {
H A DdebugInfo.hpp203 // A ConstantOopReadValue is created by the VM when reading
206 class ConstantOopReadValue: public ScopeValue { class in inherits:ScopeValue
215 ConstantOopReadValue(DebugInfoReadStream* stream);

Completed in 32 milliseconds