| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | notification_manager.h | 33 virtual void LoadModule(std::string_view name, std::string_view) = 0; 73 it->LoadModule(name, entryPoint); in LoadModuleEvent()
|
| D | js_debugger.h | 125 void LoadModule(std::string_view filename, std::string_view entryPoint) override in LoadModule() function 130 hooks_->LoadModule(filename, entryPoint); in LoadModule()
|
| D | js_debugger_interface.h | 77 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 | 80 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/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.h | 91 void LoadModule(std::string_view name) override;
|
| D | sampling_profiler.cpp | 162 void Sampler::LoadModule(std::string_view name) in LoadModule() function in ark::tooling::sampler::Sampler
|
| /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/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector.h | 62 void LoadModule(std::string_view fileName) override;
|
| D | inspector.cpp | 141 void Inspector::LoadModule(std::string_view fileName) in LoadModule() function in ark::tooling::inspector::Inspector
|
| /arkcompiler/toolchain/tooling/test/ |
| D | js_pt_hooks_test.cpp | 76 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.h | 110 void LoadModule(std::string_view name, std::string_view) override;
|
| D | tracing.cpp | 273 void Tracing::LoadModule([[maybe_unused]] std::string_view name, [[maybe_unused]] std::string_view) in LoadModule() function in panda::ecmascript::Tracing
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 26 * `LoadModule` - occurs when panda file is loaded by the runtime
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-debug-api.md | 26 * `LoadModule` - occurs when panda file is loaded by the runtime
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 70 void LoadModule(std::string_view pandaFile) override in LoadModule() function 79 loadedHooks->LoadModule(pandaFile); in LoadModule()
|
| D | debugger.h | 191 void LoadModule(std::string_view filename) override in LoadModule() function 193 hooks_.LoadModule(filename); in LoadModule()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.h | 95 auto res = LoadModule(moduleName, modulePath); in LoadModuleAs() 103 bool LoadModule(const std::string &moduleName, const std::string &modulePath) in LoadModule() function
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 50 void LoadModule(std::string_view pandaFileName) override in LoadModule() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | runtime_notification.h | 44 virtual void LoadModule([[maybe_unused]] std::string_view name) {} in LoadModule() function 221 listener->LoadModule(name); in LoadModuleEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 246 virtual void LoadModule(std::string_view /* pandaFileName */) {} in LoadModule() function
|