Searched defs:ssc (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc2556 void Thread::ActivateSingleStepControl(SingleStepControl* ssc) { argument
2559 CHECK(ssc != nullptr);
2560 tlsPtr_.single_step_control = ssc;
2566 SingleStepControl* ssc = GetSingleStepControl(); local
2568 delete ssc;
H A Ddebugger.cc3499 const SingleStepControl* const ssc = thread->GetSingleStepControl(); local
3500 if (ssc == nullptr) {
3511 if (ssc->GetStepDepth() == JDWP::SD_INTO) {
3529 const SingleStepControl* const ssc = thread->GetSingleStepControl(); local
3530 if (ssc != nullptr) {
3532 if (ssc->GetStepDepth() == JDWP::SD_INTO) {
3540 if (ssc->GetStepDepth() != JDWP::SD_OUT &&
3541 ssc->GetStackDepth() > GetStackDepth(thread)) {
3567 const SingleStepControl* const ssc = thread->GetSingleStepControl(); local
3568 if (ssc !
3604 const SingleStepControl* const ssc = thread->GetSingleStepControl(); local
[all...]

Completed in 26 milliseconds