Searched defs:ptMethod (Results 1 – 5 of 5) sorted by relevance
26 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetBreakpoint() local50 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetSmartBreakpoint() local74 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in RemoveBreakpoint() local147 std::unique_ptr<PtMethod> ptMethod = FindMethod(smartLocation); in HandleBreakpoint() local236 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()251 bool JSDebugger::RemoveSmartBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveSmartBreakpoint()268 std::unique_ptr<PtMethod> ptMethod {nullptr}; in FindMethod() local
29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
128 std::unique_ptr<PtMethod> ptMethod = std::make_unique<PtMethod>( in GetMethod() local
39 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm_); in StepComplete() local111 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm); in GetStepper() local
30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()