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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeValue.java47 static final int LOCATION_CODE = 0; field in class:ScopeValue
64 case LOCATION_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
81 case LOCATION_CODE: result = new LocationValue(stream); break;
100 stream->write_int(LOCATION_CODE);

Completed in 259 milliseconds