Home
last modified time | relevance | path

Searched refs:scopeEnd (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DLocalVariableImpl.java35 private final Location scopeEnd; field in LocalVariableImpl
41 int slot, Location scopeStart, Location scopeEnd, in LocalVariableImpl() argument
48 this.scopeEnd = scopeEnd; in LocalVariableImpl()
135 && (scopeEnd.compareTo(frame.location()) >= 0)); in isVisible()
DConcreteMethodImpl.java468 Location scopeEnd = in getVariables1_4() local
473 si.slot, scopeStart, scopeEnd, in getVariables1_4()
515 Location scopeEnd = in getVariables1() local
520 si.slot, scopeStart, scopeEnd, in getVariables1()
/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp116 uintptr_t scopeEnd = scopeStart + length; in ProcessDescriptors() local
118 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors()