Searched defs:ptMethod (Results 1 – 5 of 5) sorted by relevance
30 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetBreakpoint() local54 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in RemoveBreakpoint() local152 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()169 std::unique_ptr<PtMethod> ptMethod {nullptr}; in FindMethod() local
29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
88 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
32 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()