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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeValue.java49 static final int CONSTANT_OOP_CODE = 2; field in class:ScopeValue
68 case CONSTANT_OOP_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
83 case CONSTANT_OOP_CODE: result = new ConstantOopReadValue(stream); break;
201 stream->write_int(CONSTANT_OOP_CODE);

Completed in 23 milliseconds