Home
last modified time | relevance | path

Searched defs:ptMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp26 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetBreakpoint() local
50 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetSmartBreakpoint() local
74 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in RemoveBreakpoint() local
147 std::unique_ptr<PtMethod> ptMethod = FindMethod(smartLocation); in HandleBreakpoint() local
236 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
Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
Ddebugger_api.cpp128 std::unique_ptr<PtMethod> ptMethod = std::make_unique<PtMethod>( in GetMethod() local
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_single_stepper.cpp39 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm_); in StepComplete() local
111 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm); in GetStepper() local
Djs_single_stepper.h30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()