Searched defs:CONSTANT_INT_CODE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeValue.java48 static final int CONSTANT_INT_CODE = 1; field in class:ScopeValue
66 case CONSTANT_INT_CODE:
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp74 enum { LOCATION_CODE = 0, CONSTANT_INT_CODE = 1, CONSTANT_OOP_CODE = 2, enumerator in enum:__anon190
82 case CONSTANT_INT_CODE: result = new ConstantIntValue(stream); break;
160 stream->write_int(CONSTANT_INT_CODE);

Completed in 30 milliseconds