Home
last modified time | relevance | path

Searched refs:LoadModule (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h32 virtual void LoadModule(std::string_view name, std::string_view) = 0;
64 listener_->LoadModule(name, entryPoint); in LoadModuleEvent()
Djs_debugger.h123 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule() function
128 hooks_->LoadModule(filename, entryPoint); in LoadModule()
Djs_debugger_interface.h71 virtual void LoadModule(std::string_view pandaFileName, std::string_view entryPoint) = 0;
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.h35 void LoadModule(std::string_view pandaFileName, std::string_view entryPoint) override;
Djs_pt_hooks.cpp70 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule() function in panda::ecmascript::tooling::JSPtHooks
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
Dbackendloadmodule_fuzzer.cpp55 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in BackendLoadModuleFuzzTest()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h62 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]] std::string_view entryPoint) ov… in LoadModule() function
/arkcompiler/toolchain/tooling/test/
Djs_pt_hooks_test.cpp76 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in HWTEST_F_L0()
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md26 * `LoadModule` - occurs when panda file is loaded by the runtime