Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
H A 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
H A Djs_single_stepper.h30 SingleStepper(const EcmaVM *ecmaVm, std::unique_ptr<PtMethod> ptMethod, in SingleStepper() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint() argument
H A 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
146 std::unique_ptr<PtMethod> ptMethod = FindMethod(smartLocation); HandleBreakpoint() local
231 RemoveBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) RemoveBreakpoint() argument
246 RemoveSmartBreakpoint(const std::unique_ptr<PtMethod> &ptMethod, uint32_t bcOffset) RemoveSmartBreakpoint() argument
[all...]
H A Ddebugger_api.cpp123 std::unique_ptr<PtMethod> ptMethod = std::make_unique<PtMethod>( in GetMethod() local

Completed in 6 milliseconds