reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 if (stack_top < 4096) return; // Sanity check for stack top. 78 uhwptr *frame = GetCanonicFrame(bp, stack_top, stack_bottom); 83 while (IsValidFrame((uptr)frame, stack_top, bottom) && 109 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);