Searched refs:scopeEnd (Results 1 – 3 of 3) sorted by relevance
35 private final Location scopeEnd; field in LocalVariableImpl41 int slot, Location scopeStart, Location scopeEnd, in LocalVariableImpl() argument48 this.scopeEnd = scopeEnd; in LocalVariableImpl()135 && (scopeEnd.compareTo(frame.location()) >= 0)); in isVisible()
468 Location scopeEnd = in getVariables1_4() local473 si.slot, scopeStart, scopeEnd, in getVariables1_4()515 Location scopeEnd = in getVariables1() local520 si.slot, scopeStart, scopeEnd, in getVariables1()
116 uintptr_t scopeEnd = scopeStart + length; in ProcessDescriptors() local118 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors()