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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DMonitorValue.java29 public class MonitorValue { class
35 // MonitorValue(ScopeValue* owner, Location basic_lock);
37 public MonitorValue(DebugInfoReadStream stream) { method in class:MonitorValue
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp225 // MonitorValue
227 MonitorValue::MonitorValue(ScopeValue* owner, Location basic_lock, bool eliminated) { function in class:MonitorValue
233 MonitorValue::MonitorValue(DebugInfoReadStream* stream) { function in class:MonitorValue
239 void MonitorValue::write_on(DebugInfoWriteStream* stream) {
246 void MonitorValue::print_on(outputStream* st) const {
H A DdebugInfo.hpp222 // MonitorValue describes the pair used for monitor_enter and monitor_exit.
224 class MonitorValue: public ResourceObj { class in inherits:ResourceObj
231 MonitorValue(ScopeValue* owner, Location basic_lock, bool eliminated = false);
239 MonitorValue(DebugInfoReadStream* stream);

Completed in 31 milliseconds