Home | History | Annotate | Download | only in runtime

Lines Matching refs:SingleStepControl

339 void SingleStepControl::AddDexPc(uint32_t dex_pc) {
343 bool SingleStepControl::ContainsDexPc(uint32_t dex_pc) const {
3072 const SingleStepControl* single_step_control = thread->GetSingleStepControl();
3489 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3519 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3557 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3594 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3665 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3784 DebugCallbackContext(SingleStepControl* single_step_control_cb,
3820 SingleStepControl* const single_step_control_;
3828 SingleStepControl* single_step_control =
3829 new (std::nothrow) SingleStepControl(step_size, step_depth,
3832 LOG(ERROR) << "Failed to allocate SingleStepControl";