Searched refs:LOCALS_AND_OPERANDS (Results 1 – 2 of 2) sorted by relevance
31 import static java.lang.StackWalker.ExtendedOption.LOCALS_AND_OPERANDS;185 return StackWalker.newInstance(options, LOCALS_AND_OPERANDS); in getStackWalker()
292 LOCALS_AND_OPERANDS enumConstant625 return extendedOption == ExtendedOption.LOCALS_AND_OPERANDS; in hasLocalsOperandsOption()