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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DConstantIntValue.java33 public class ConstantIntValue extends ScopeValue { class in inherits:ScopeValue
36 public ConstantIntValue(int value) { method in class:ConstantIntValue
49 ConstantIntValue(DebugInfoReadStream stream) { method in class:ConstantIntValue
/openjdk10/hotspot/src/share/vm/code/
H A DdebugInfo.cpp166 ConstantIntValue::ConstantIntValue(DebugInfoReadStream* stream) { function in class:ConstantIntValue
H A DdebugInfo.hpp147 class ConstantIntValue: public ScopeValue { class in inherits:ScopeValue
151 ConstantIntValue(jint value) { _value = value; } function in class:ConstantIntValue

Completed in 53 milliseconds