Searched full:loaded (Results 1 – 25 of 138) sorted by relevance
123456
| /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
|
| D | intrinsics-yaml.md | 54 This property used to group intrinsics and control which intrinsics are loaded during startup. 55 By default only ```core``` space is loaded.
|
| /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/toolchain/build/toolchain/ |
| D | toolchain.gni | 50 # Check target_os here instead of is_ios as this file is loaded for secondary 62 # By appending .z, we prevent name collisions with libraries already loaded by the ohos.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/ |
| D | circulary_interface_declaration.sts | 18 assert: If circularly declared interfaces are detected at run time, as interfaces are loaded, then …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/33.dynamic_import_expression/ |
| D | imp_neg.sts | 18 desc: The expression must be of type string that denotes the path to the module to be loaded.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/ |
| D | circularly_class_declaration.sts | 18 assert: If circularly declared classes are detected at run time, as classes are loaded, then a Clas…
|
| /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/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…
|
| D | ldstatic.64.yaml | 261 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c… 291 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c… 318 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c… 350 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
|
| D | ldobj.yaml | 397 …description: Check that field value is loaded into accumulator. More tests on ldobj can be found i… 402 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 446 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 484 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| /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/static_core/tests/cts-generator/cts-template/ |
| D | ldobj.v.yaml | 310 …description: Check that field value is loaded into accumulator. More tests on ldobj.v can be found… 315 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 352 …description: Check that field value is loaded into accumulator. Version for signed integer types. … 357 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 394 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| D | ldobj.yaml | 310 …description: Check that field value is loaded into accumulator. More tests on ldobj can be found i… 315 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 357 …If field type is less than 32, then loaded value is sign or zero extended to i32 depending on fiel… 393 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| D | ldstatic.yaml | 185 …description: Check that field value is loaded into accumulator in PandaAssembly context. More test… 224 …description: Check that field value is loaded into accumulator in PandaAssembly context. Signed in… 323 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 74 * \brief called by the ecmavm when panda file is loaded 75 * @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/checked/ |
| D | vcalls_aux.pa | 14 # This is an auxiliary class that is loaded at runtime for Unresolved tests
|
| /arkcompiler/toolchain/build/toolchain/aosp/ |
| D | BUILD.gn | 40 # Don't use .cr.so for loadable_modules since they are always loaded via
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/ |
| D | expression_loader.cpp | 118 // Check that the class is not loaded yet. in LoadFileAndGetEntryMethod() 121 LOG(WARNING, DEBUGGER) << "Evaluation class is already loaded, which is not supported"; in LoadFileAndGetEntryMethod()
|
123456