Home | History | Annotate | Download | only in runtime

Lines Matching defs:ssc

3489   const SingleStepControl* const ssc = thread->GetSingleStepControl();
3490 if (ssc == nullptr) {
3501 if (ssc->GetStepDepth() == JDWP::SD_INTO) {
3519 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3520 if (ssc != nullptr) {
3522 if (ssc->GetStepDepth() == JDWP::SD_INTO) {
3530 if (ssc->GetStepDepth() != JDWP::SD_OUT &&
3531 ssc->GetStackDepth() > GetStackDepth(thread)) {
3557 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3558 if (ssc != nullptr) {
3564 if (ssc->GetStepDepth() == JDWP::SD_OUT &&
3565 ssc->GetStackDepth() > GetStackDepth(thread)) {
3594 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3595 if (ssc != nullptr) {
3599 if (ssc->GetStackDepth() >= GetStackDepth(thread)) {
3665 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3666 if (ssc != nullptr) {