Lines Matching refs:stack_top
1743 stack_top = self.reader.ExceptionSP()
1748 for slot in xrange(stack_top, stack_bottom, self.reader.PointerSize()):
1751 for slot in xrange(stack_top, stack_bottom, self.reader.PointerSize()):
2213 stack_top = self.reader.ExceptionSP()
2217 for slot in xrange(stack_top, stack_bottom, self.reader.PointerSize()):
2281 stack_top = self.reader.ExceptionSP()
2284 stack_top + self.MAX_CONTEXT_STACK)
2285 self.output_words(f, stack_top - 16, stack_bottom, stack_top, "Stack")
3187 stack_top = reader.ExceptionSP()
3191 for slot in xrange(stack_top, stack_bottom, reader.PointerSize()):
3238 for slot in xrange(stack_top, stack_bottom, reader.PointerSize()):
3243 if maybe_address >= stack_top and maybe_address <= stack_bottom: