Searched defs:ptMethod (Results 1 – 5 of 5) sorted by relevance
31 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetBreakpoint() local55 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in RemoveBreakpoint() local165 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()182 std::unique_ptr<PtMethod> ptMethod {nullptr}; in FindMethod() local
29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
119 std::unique_ptr<PtMethod> ptMethod = std::make_unique<PtMethod>( in GetMethod() local
40 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm_); in StepComplete() local112 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm); in GetStepper() local
30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()