Searched full:loaded (Results 1 – 25 of 170) sorted by relevance
1234567
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 17 …ally on microcontrollers) they are work in the same process. Debugger is loaded as shared library … 21 …ode a debugger [`LoadableAgent`](../runtime/include/loadable_agent.h) is loaded, which usually rep… 23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s… 26 * `LoadModule` - occurs when panda file is loaded by the runtime
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-debug-api.md | 17 …ally on microcontrollers) they are work in the same process. Debugger is loaded as shared library … 21 …ode a debugger [`LoadableAgent`](../runtime/include/loadable_agent.h) is loaded, which usually rep… 23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s… 26 * `LoadModule` - occurs when panda file is loaded by the runtime
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | AbcFile.ets | 36 * @returns instance of loaded AbcFile. 49 * @returns instance of loaded AbcFile. 69 * @returns loaded Class if it was found in the file, undefined otherwise.
|
| D | AbcRuntimeLinker.ets | 51 * The queried class could be already loaded - in this case it will be returned by parent. 72 * @param newFiles ABC files loaded into current context.
|
| D | RuntimeLinker.ets | 30 * Searches the already loaded class in this linker's context. 67 * Find not yet loaded class and load it into this linker.
|
| D | BootRuntimeLinker.ets | 35 * Find not yet loaded class and load it into boot linker.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/linker/ |
| D | runtime_linker_extensions.ets | 64 …assertEQ(cls1.getLinker(), getBootRuntimeLinker(), "std.core.Object must be loaded by BootRuntimeL… 101 …assertEQ(objectClass.getLinker(), getBootRuntimeLinker(), "std.core.Object must be loaded by BootR… 106 assertEQ(cls1.getLinker(), linker, "AdditionalClass1 must be loaded by custom linker"); 112 assertEQ(cls2.getLinker(), linker, "AdditionalClass2 must be loaded by custom linker"); 148 // - "A" must be loaded instead of "AdditionalClass1" 187 …assertEQ(objectClass.getLinker(), getBootRuntimeLinker(), "std.core.Object must be loaded by BootR… 192 assertEQ(cls1.getLinker(), abcLinker, "AdditionalClass1 must be loaded by custom linker"); 200 assertEQ(cls2.getLinker(), abcLinker, "AdditionalClass2 must be loaded by custom linker");
|
| D | runtime_linker.ets | 100 assertFalse(LoadTarget_init, "LoadTarget class must be loaded without initialization"); 103 assertTrue(LoadTarget_init, "already loaded LoadTarget class must be initialized"); 117 …assertFalse(InitializeTarget_init, "InitializeTarget class must be loaded without initialization");
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class.cpp | 34 case Class::State::LOADED: { in operator <<() 35 os << "LOADED"; in operator <<() 107 …if (state_ == State::ERRONEOUS || state < state_ || (state_ == State::LOADED && state == State::IN… in SetState() 145 os << " class not yet loaded"; in DumpClass()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | class_linker_test_extension.cpp | 31 classClass->SetState(Class::State::LOADED); in InitializeImpl() 37 objClass->SetState(Class::State::LOADED); in InitializeImpl()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/app/ |
| D | module1.ets | 38 …assertEQ(appLinker.findLoadedClass("@bar.bar.ETSGLOBAL"), undefined, "module must be loaded lazily… 43 "module must be loaded after accessing `bar.ClassLoadingChecker_init`"); 47 "`@bar.bar.ClassLoadingChecker` must not be loaded yet");
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ldobj.v.yaml | 308 …description: Check that field value is loaded into accumulator. More tests on ldobj.v can be found… 313 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 350 …description: Check that field value is loaded into accumulator. Version for signed integer types. … 355 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 392 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| D | ldobj.yaml | 309 …description: Check that field value is loaded into accumulator. More tests on ldobj can be found i… 314 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 356 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 392 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| /arkcompiler/ets_runtime/test/moduletest/promiseUseLazyValue/ |
| D | expect_output.txt | 28 dynamic import module loaded
|
| D | dynamicImportModule.js | 34 LazyLogForDynamicModule.log("dynamic import module loaded");
|
| /arkcompiler/ets_runtime/test/moduletest/promiseUseLazyValueInDynamic/ |
| D | expect_output.txt | 33 dynamic import module loaded
|
| D | dynamicImportModule.js | 34 LazyLogForDynamicModule.log("dynamic import module loaded");
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 240 …description: Check that field value is loaded into accumulator in PandaAssembly context. More test… 280 …description: Check that field value is loaded into accumulator in PandaAssembly context. Signed in… 319 …description: Check that field value is loaded into accumulator in PandaAssembly context. More test… 352 …description: Check that field value is loaded into accumulator in PandaAssembly context. Signed in… 524 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c… 556 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
|
| D | ldobj.v.yaml | 398 …description: Check that field value is loaded into accumulator. More tests on ldobj.v can be found… 403 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 442 …description: Check that field value is loaded into accumulator. Version for signed integer types. … 447 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 485 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 75 * \brief called by the ecmavm when panda file is loaded 76 * @param pandaFileName Path to panda file that is loaded
|
| /arkcompiler/jsvm/ |
| D | README.en.md | 8 JSVM-API allows dynamically loaded JS code segment to be directly run during application runtime. W…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | runner_base.py | 58 # excluded test is a test what should not be loaded and should be tried to run 62 … # ignored test is a test what should be loaded and executed, but its failure should be ignored
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/ |
| D | server.py | 44 - /get_filename: Returns the filename of the loaded file. 99 - Return the basename of the loaded file as plain text.
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | runner_base.py | 148 # excluded test is a test what should not be loaded and should be tried to run 152 … # ignored test is a test what should be loaded and executed, but its failure should be ignored 276 "No tests have been loaded. " 317 Log.default(_LOGGER, f"Loaded {len(valid_tests)} tests from directory '{directory}'. " 318 f"Excluded {len(self.excluded_tests)} tests are not loaded.")
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | vcalls_aux.pa | 14 # This is an auxiliary class that is loaded at runtime for Unresolved tests
|
1234567