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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp184 // A ConstantOopWriteValue is created by the compiler to
187 class ConstantOopWriteValue: public ScopeValue { class in inherits:ScopeValue
191 ConstantOopWriteValue(jobject value) { _value = value; } function in class:ConstantOopWriteValue

Completed in 31 milliseconds