| /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/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 SetState() 145 os << " class not yet loaded"; in DumpClass()
|
| D | runtime.yaml | 30 # which intrinsics are loaded during startup. By default only "core" 31 # space is loaded. See --load-runtimes for more details.
|
| D | class_linker_context.h | 148 << "|Loaded Classes:" << NumLoadedClasses() << "\n"; in Dump()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | class_linker_test_extension.cpp | 31 class_class->SetState(Class::State::LOADED); in InitializeImpl() 37 obj_class->SetState(Class::State::LOADED); in InitializeImpl()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 62 * \brief called by the ecmavm when panda file is loaded 63 * @param pandaFileName Path to panda file that is 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…
|
| D | ldobj.obj.yaml | 400 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo… 487 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| D | ldobj.64.yaml | 523 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo… 558 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
|
| D | ldobj.v.obj.yaml | 397 …description: Check that field value is loaded from field into register. More tests on ldobj.v.obj … 492 …description: Check that field value is loaded from field into register. More tests on ldobj.v.obj …
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 63 # Check target_os here instead of is_ios as this file is loaded for secondary 74 # By appending .z, we prevent name collisions with libraries already loaded by the ohos.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_manager.h | 57 // Query loaded source files.
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.h | 25 enum class CjsModuleStatus : uint8_t { UNLOAD = 0x01, LOADED}; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | quick_fix_manager.h | 44 // check whether the patch is loaded.
|
| /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… 71 …* @tc.desc: Call "LoadProperty" function,check whether the Property is loaded successfully by chec… 205 …* @tc.desc: Call "LoadPrototype" function,check whether the Prototype is loaded successfully by ch…
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_class_linker_extension.cpp | 67 class_class->SetState(Class::State::LOADED); in InitializeImpl() 75 obj_class->SetState(Class::State::LOADED); in InitializeImpl() 84 string_class->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/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 231 * \brief Method is called by the runtime when panda file is loaded 232 * @param pandaFileName Path to panda file that is loaded 265 * \brief Method is called by the runtime when a class is first loaded 267 * @param klass Class being loaded
|
| /arkcompiler/runtime_core/irtoc/ |
| D | intrinsics.yaml | 127 description: Encode store mark word that was loaded for exclusive use with release semantics
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 20 emits load from that slot, followed by the check that the loaded value is a valid pointer and the s…
|
| D | aot_cha.md | 61 is performed during Runtime initialization when only boot panda files are loaded. The verification …
|
| /arkcompiler/ets_runtime/ecmascript/require/tests/ |
| D | js_cjs_module_cache_test.cpp | 54 …* @tc.desc: Call "PutIfAbsent" function, check whether the module is loaded successfully into the …
|