Home | History | Annotate | Download | only in Target

Lines Matching refs:checkpoint

1893 Thread::SaveFrameZeroState (RegisterCheckpoint &checkpoint)
1898 checkpoint.SetStackID(frame_sp->GetStackID());
1901 return reg_ctx_sp->ReadAllRegisterValues (checkpoint.GetData());
1907 Thread::RestoreSaveFrameZero (const RegisterCheckpoint &checkpoint)
1909 return ResetFrameZeroRegisters (checkpoint.GetData());