Searched refs:scopeEnd (Results 1 – 1 of 1) sorted by relevance
108 uintptr_t scopeEnd = scopeStart + length; in ProcessDescriptors() local110 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors()