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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocalVariableImpl.java34 private final Location scopeEnd; field in class:LocalVariableImpl
40 int slot, Location scopeStart, Location scopeEnd,
46 this.scopeEnd = scopeEnd;
126 && (scopeEnd.compareTo(frame.location()) >= 0));
39 LocalVariableImpl(VirtualMachine vm, Method method, int slot, Location scopeStart, Location scopeEnd, String name, String signature, String genericSignature) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocalVariableImpl.java35 private final Location scopeEnd; field in class:LocalVariableImpl
41 int slot, Location scopeStart, Location scopeEnd,
48 this.scopeEnd = scopeEnd;
135 && (scopeEnd.compareTo(frame.location()) >= 0));
40 LocalVariableImpl(VirtualMachine vm, Method method, int slot, Location scopeStart, Location scopeEnd, String name, String signature, String genericSignature) argument

Completed in 42 milliseconds