Searched refs:LoadModule (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | notification_manager.h | 32 virtual void LoadModule(std::string_view name, std::string_view) = 0; 64 listener_->LoadModule(name, entryPoint); in LoadModuleEvent()
|
| D | js_debugger.h | 123 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule() function 128 hooks_->LoadModule(filename, entryPoint); in LoadModule()
|
| D | js_debugger_interface.h | 71 virtual void LoadModule(std::string_view pandaFileName, std::string_view entryPoint) = 0;
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.h | 35 void LoadModule(std::string_view pandaFileName, std::string_view entryPoint) override;
|
| D | js_pt_hooks.cpp | 70 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/ |
| D | backendloadmodule_fuzzer.cpp | 55 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in BackendLoadModuleFuzzTest()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_hooks.h | 62 …void LoadModule(std::string_view panda_file_name, [[maybe_unused]] std::string_view entryPoint) ov… in LoadModule() function
|
| /arkcompiler/toolchain/tooling/test/ |
| D | js_pt_hooks_test.cpp | 76 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 26 * `LoadModule` - occurs when panda file is loaded by the runtime
|