Home
last modified time | relevance | path

Searched full:loaded (Results 1 – 25 of 128) 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
/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/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…
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…
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…
/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/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/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/tests/checked/
Dvcalls_aux.pa14 # This is an auxiliary class that is loaded at runtime for Unresolved tests
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.h25 enum class CjsModuleStatus : uint8_t { UNLOAD = 0x01, LOADED}; enumerator
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp58 …* @tc.desc: Call "LoadElement" function,check whether the Element is loaded successfully by checki…
74 …* @tc.desc: Call "LoadProperty" function,check whether the Property is loaded successfully by chec…
208 …* @tc.desc: Call "LoadPrototype" function,check whether the Prototype is loaded successfully by ch…
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.cpp98 classClass->SetState(Class::State::LOADED); in InitializeImpl()
107 objClass->SetState(Class::State::LOADED); in InitializeImpl()
120 stringClass->SetState(Class::State::LOADED); in InitializeImpl()
/arkcompiler/runtime_core/libpandabase/mem/
Dgc_barrier.h32 …IER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/loaded
33 …RIER_POSITION_POST = 0x0, // Should be inserted after each store/load when reference stored/loaded
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp111 LOG_COMPILER(INFO) << "loaded stub file successfully"; in MmapLoad()
152 LOG_COMPILER(INFO) << "loaded stub file successfully"; in Load()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dmain.py40 Log.summary(logger, f"Loaded configuration: {config}")
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dgc_barrier.h30 …IER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/loaded
31 …RIER_POSITION_POST = 0x0, // Should be inserted after each store/load when reference stored/loaded
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_base.py133 # excluded test is a test what should not be loaded and should be tried to run
137 … # ignored test is a test what should be loaded and executed, but its failure should be ignored
280 Log.all(_LOGGER, f"Loaded {len(self.tests)} tests")

123456