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

/openjdk7/hotspot/agent/src/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:
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp75 CONSTANT_LONG_CODE = 3, CONSTANT_DOUBLE_CODE = 4, enumerator in enum:__anon190
84 case CONSTANT_LONG_CODE: result = new ConstantLongValue(stream); break;
175 stream->write_int(CONSTANT_LONG_CODE);

Completed in 30 milliseconds