Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_interface.h51 class PtHooks { class
53 PtHooks() = default;
101 virtual ~PtHooks() = default;
103 NO_COPY_SEMANTIC(PtHooks);
104 NO_MOVE_SEMANTIC(PtHooks);
120 * @param hooks Pointer to object that implements PtHooks interface
122 virtual void RegisterHooks(PtHooks *hooks) = 0;
H A Djs_debugger.h106 void RegisterHooks(PtHooks *hooks) override
185 PtHooks *hooks_ {nullptr};
H A Ddebugger_api.h142 static void RegisterHooks(JSDebugger *debugger, PtHooks *hooks);
H A Ddebugger_api.cpp253 void DebuggerApi::RegisterHooks(JSDebugger *debugger, PtHooks *hooks) in RegisterHooks()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h228 class PtHooks { class
230 PtHooks() = default;
419 virtual ~PtHooks() = default;
421 NO_COPY_SEMANTIC(PtHooks);
422 NO_MOVE_SEMANTIC(PtHooks);
431 * @param hooks Pointer to object that implements PtHooks interface
434 virtual std::optional<Error> RegisterHooks(PtHooks *hooks) = 0;
/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.h28 class JSPtHooks : public PtHooks {
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dpt_hooks_wrapper.h29 class PtHooksWrapper : public PtHooks {
31 void SetHooks(PtHooks *hooks) in SetHooks()
467 std::atomic<PtHooks *> hooks_ {nullptr};
H A Ddebugger.h156 std::optional<Error> RegisterHooks(PtHooks *hooks) override
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_hooks.h24 class TestHooks : public PtHooks {
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector.h49 class Inspector final : public PtHooks {
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_runner.h23 class TestRunner : public PtHooks {

Completed in 9 milliseconds