| /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/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/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 | 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…
|
| 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…
|
| /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/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/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/tests/checked/ |
| D | vcalls_aux.pa | 14 # This is an auxiliary class that is loaded at runtime for Unresolved tests
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.h | 25 enum class CjsModuleStatus : uint8_t { UNLOAD = 0x01, LOADED}; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 58 …* @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/ |
| D | core_class_linker_extension.cpp | 98 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/ |
| D | gc_barrier.h | 32 …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/ |
| D | stub_file_info.cpp | 111 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/ |
| D | main.py | 40 Log.summary(logger, f"Loaded configuration: {config}")
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | gc_barrier.h | 30 …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/ |
| D | runner_base.py | 133 # 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")
|