Home
last modified time | relevance | path

Searched refs:JSPtHooks (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Djs_pt_hooks_test.cpp64 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0()
75 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0()
83 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0()
94 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0()
104 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugge in HWTEST_F_L0()
[all...]
H A Ddebugger_impl_test.cpp1613 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debuggerImpl.get()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp21 void JSPtHooks::DebuggerStmt([[maybe_unused]] const JSPtLocation &location) in DebuggerStmt()
28 void JSPtHooks::Breakpoint(const JSPtLocation &location) in Breakpoint()
30 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Breakpoint => " << location.GetMethodId() << ": " in Breakpoint()
37 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) in Exception()
39 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: Exception"; in Exception()
45 bool JSPtHooks::SingleStep(const JSPtLocation &location) in SingleStep()
47 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: SingleStep => " << location.GetBytecodeOffset(); in SingleStep()
69 bool JSPtHooks::NativeOut() in NativeOut()
80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
82 LOG_DEBUGGER(VERBOSE) << "JSPtHooks in LoadModule()
[all...]
H A Djs_pt_hooks.h28 class JSPtHooks : public PtHooks { class
30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks() function in panda::ecmascript::tooling::JSPtHooks
31 ~JSPtHooks() override = default;
46 NO_COPY_SEMANTIC(JSPtHooks);
47 NO_MOVE_SEMANTIC(JSPtHooks);
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
H A Dbackendloadmodule_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendLoadModuleFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
H A Dbackendexception_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendExceptionFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
H A Dbackendsinglestep_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendSingleStepFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
H A Dbackendbreakpoint_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendBreakpointFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
H A Dbackendnativecalling_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendNativeCallingFuzzTest()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h295 std::unique_ptr<JSPtHooks> hooks_ {nullptr};
323 friend class JSPtHooks;
H A Ddebugger_impl.cpp50 hooks_ = std::make_unique<JSPtHooks>(this); in DebuggerImpl()

Completed in 10 milliseconds