Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp30 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in SetBreakpoint() local
54 std::unique_ptr<PtMethod> ptMethod = FindMethod(location); in RemoveBreakpoint() local
152 bool JSDebugger::RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) in RemoveBreakpoint()
169 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.cpp88 std::unique_ptr<PtMethod> ptMethod = std::make_unique<PtMethod>( in GetMethod() local
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp40 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm_); in StepComplete() local
112 std::unique_ptr<PtMethod> ptMethod = DebuggerApi::GetMethod(ecmaVm); in GetStepper() local
Djs_single_stepper.h32 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper()