Lines Matching refs:SingleStepper
27 class SingleStepper {
30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod,
38 virtual ~SingleStepper() = default;
39 NO_COPY_SEMANTIC(SingleStepper);
40 NO_MOVE_SEMANTIC(SingleStepper);
48 static std::unique_ptr<SingleStepper> GetStepIntoStepper(const EcmaVM *ecmaVm);
49 static std::unique_ptr<SingleStepper> GetStepOverStepper(const EcmaVM *ecmaVm);
50 static std::unique_ptr<SingleStepper> GetStepOutStepper(const EcmaVM *ecmaVm);
57 static std::unique_ptr<SingleStepper> GetStepper(const EcmaVM *ecmaVm, SingleStepper::Type type);