Home
last modified time | relevance | path

Searched full:loaded (Results 1 – 25 of 138) sorted by relevance

123456

/arkcompiler/runtime_core/docs/
Druntime-debug-api.md17 …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/
Druntime-debug-api.md17 …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
Dintrinsics-yaml.md54 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/
Dclass.cpp34 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/
Dclass_linker_test_extension.cpp31 classClass->SetState(Class::State::LOADED); in InitializeImpl()
37 objClass->SetState(Class::State::LOADED); in InitializeImpl()
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni50 # 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/
Dcirculary_interface_declaration.sts18 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/
Dimp_neg.sts18 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/
Dcircularly_class_declaration.sts18 assert: If circularly declared classes are detected at run time, as classes are loaded, then a Clas…
/arkcompiler/ets_runtime/test/moduletest/promiseUseLazyValue/
Dexpect_output.txt28 dynamic import module loaded
DdynamicImportModule.js34 LazyLogForDynamicModule.log("dynamic import module loaded");
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldstatic.yaml240 …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…
Dldobj.v.yaml398 …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…
Dldstatic.64.yaml261 …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…
Dldobj.yaml397 …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/
Dexpect_output.txt33 dynamic import module loaded
DdynamicImportModule.js34 LazyLogForDynamicModule.log("dynamic import module loaded");
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldobj.v.yaml310 …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…
Dldobj.yaml310 …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…
Dldstatic.yaml185 …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/
Djs_debugger_interface.h74 * \brief called by the ecmavm when panda file is loaded
75 * @param pandaFileName Path to panda file that is loaded
/arkcompiler/jsvm/
DREADME.en.md8 JSVM-API allows dynamically loaded JS code segment to be directly run during application runtime. W…
/arkcompiler/runtime_core/static_core/tests/checked/
Dvcalls_aux.pa14 # This is an auxiliary class that is loaded at runtime for Unresolved tests
/arkcompiler/toolchain/build/toolchain/aosp/
DBUILD.gn40 # Don't use .cr.so for loadable_modules since they are always loaded via
/arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/
Dexpression_loader.cpp118 // 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