Home | History | Annotate | Download | only in include

Lines Matching defs:RegisterState

1616 // A RegisterState represents the current state of registers used
1618 struct RegisterState {
1619 RegisterState() : pc(nullptr), sp(nullptr), fp(nullptr) {}
5883 void GetStackSample(const RegisterState& state, void** frames,