Searched refs:CONSTANT_LONG_CODE (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DScopeValue.java50 static final int CONSTANT_LONG_CODE = 3; field in class:ScopeValue
70 case CONSTANT_LONG_CODE:
/openjdk9/hotspot/src/share/vm/code/
H A DdebugInfo.cpp86 CONSTANT_LONG_CODE = 3, CONSTANT_DOUBLE_CODE = 4, enumerator in enum:__anon386
95 case CONSTANT_LONG_CODE: result = new ConstantLongValue(stream); break;
186 stream->write_int(CONSTANT_LONG_CODE);

Completed in 159 milliseconds