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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeValue.java51 static final int CONSTANT_DOUBLE_CODE = 4; field in class:ScopeValue
72 case CONSTANT_DOUBLE_CODE:
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp75 CONSTANT_LONG_CODE = 3, CONSTANT_DOUBLE_CODE = 4, enumerator in enum:__anon190
85 case CONSTANT_DOUBLE_CODE: result = new ConstantDoubleValue(stream); break;
190 stream->write_int(CONSTANT_DOUBLE_CODE);

Completed in 29 milliseconds