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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java251 private boolean wasSet; field in class:ServiceabilityAgentJVMDIModule.BreakpointToggleResult
256 public BreakpointToggleResult(int lineNumber, int bci, boolean wasSet, argument
260 this.wasSet = wasSet;
288 public boolean getWasSet() { return wasSet; }
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp443 bool wasSet = true; local
450 wasSet = false;
466 saCmdBkptResWasSet = (wasSet ? 1 : 0);

Completed in 67 milliseconds