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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DConstantLongValue.java33 public class ConstantLongValue extends ScopeValue { class in inherits:ScopeValue
36 public ConstantLongValue(long value) { method in class:ConstantLongValue
49 ConstantLongValue(DebugInfoReadStream stream) { method in class:ConstantLongValue
/openjdk10/hotspot/src/share/vm/code/
H A DdebugInfo.cpp181 ConstantLongValue::ConstantLongValue(DebugInfoReadStream* stream) { function in class:ConstantLongValue
H A DdebugInfo.hpp164 class ConstantLongValue: public ScopeValue { class in inherits:ScopeValue
168 ConstantLongValue(jlong value) { _value = value; } function in class:ConstantLongValue

Completed in 96 milliseconds