reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 while (IsValidFrame((uptr)frame, stack_top, bottom) && 84 IsAligned((uptr)frame, sizeof(*frame)) && 84 IsAligned((uptr)frame, sizeof(*frame)) && 98 uhwptr pc1 = frame[1]; 108 bottom = (uptr)frame; 109 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom); 109 frame = GetCanonicFrame((uptr)frame[0], stack_top, bottom);