Searched refs:scopeStart (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocalVariableImpl.java34 private final Location scopeStart; field in class:LocalVariableImpl
41 int slot, Location scopeStart, Location scopeEnd,
47 this.scopeStart = scopeStart;
63 (scopeStart != null) &&
64 (scopeStart.equals(other.scopeStart)) &&
75 return ((scopeStart.hashCode() << 4) + slot());
81 int rc = scopeStart.compareTo(other.scopeStart);
40 LocalVariableImpl(VirtualMachine vm, Method method, int slot, Location scopeStart, Location scopeEnd, String name, String signature, String genericSignature) argument
[all...]
H A DConcreteMethodImpl.java466 Location scopeStart = new LocationImpl(virtualMachine(),
473 si.slot, scopeStart, scopeEnd,
513 Location scopeStart = new LocationImpl(virtualMachine(),
520 si.slot, scopeStart, scopeEnd,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocalVariableImpl.java33 private final Location scopeStart; field in class:LocalVariableImpl
40 int slot, Location scopeStart, Location scopeEnd,
45 this.scopeStart = scopeStart;
125 return ((scopeStart.compareTo(frame.location()) <= 0)
131 MethodImpl method = (MethodImpl)scopeStart.method();
161 return (scopeStart.compareTo(otherImpl.scopeStart) > 0);
167 "@" + scopeStart.toString();
39 LocalVariableImpl(VirtualMachine vm, Method method, int slot, Location scopeStart, Location scopeEnd, String name, String signature, String genericSignature) argument
H A DConcreteMethodImpl.java440 Location scopeStart = new LocationImpl(virtualMachine(),
456 slot, scopeStart, scopeEnd,

Completed in 44 milliseconds