| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2023-12-31-isa-changelog.md | 12 …5593c94d5/zh-cn/application-dev/arkts-utils/arkts-sendable.md), 12 bytecode instructions are added. 14 …ch will use define semantic instead of set semantic, the following bytecode instructions are added: 19 …port private properties in class and access to them, the following bytecode instructions are added: 25 3. To support `#x in obj` syntax, the following bytecode instruction is added: 28 …d get a value which can be used as class property key, the following bytecode instruction is added: 31 …improve the performance of class field initialization, the following bytecode instruction is added: 34 6. To support sendable class, the following bytecode instructions are added:
|
| D | 2024-05-24-isa-changelog.md | 12 …false" bytecode instructions, the following two bytecode instructions are added as an improved ver… 16 … to a runtime error. To avoid this, the following bytecode instruction is added to replace the abo…
|
| D | 2024-07-05-file_format-changelog.md | 11 To support sendable function, a new Function Kind SENDABLE_FUNCTION is added for marking functions …
|
| D | 2024-03-20-isa-changelog.md | 12 … lazy loading of module variables in sendable class, the following bytecode instructions are added:
|
| D | 2024-05-12-isa.changelog.md | 12 …al environment is implemented and the following bytecode instructions are added to create and oper…
|
| D | 2024-07-10-isa-changelog.md | 12 …uick-start/arkts-lazy-import.md), the following bytecode instructions are added for loading module…
|
| /arkcompiler/runtime_core/static_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 27 #! EVENT /AotManager,.*test.*,ADDED/ 33 #! EVENT /AotManager,.*test.*,ADDED/ 39 #! EVENT /AotManager,.*test.*,ADDED/ 45 #! EVENT /AotManager,.*test.*,ADDED/ 51 #! EVENT /AotManager,.*test.*,ADDED/ 57 #! EVENT /AotManager,.*test.*,ADDED/ 63 #! EVENT /AotManager,.*test.*,ADDED/ 82 #! EVENT /AotManager,.*test.*,ADDED/ 89 #! EVENT /AotManager,.*test.*,ADDED/
|
| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 27 #! EVENT /AotManager,.*test.*,ADDED/ 33 #! EVENT /AotManager,.*test.*,ADDED/ 39 #! EVENT /AotManager,.*test.*,ADDED/ 45 #! EVENT /AotManager,.*test.*,ADDED/ 51 #! EVENT /AotManager,.*test.*,ADDED/ 57 #! EVENT /AotManager,.*test.*,ADDED/ 63 #! EVENT /AotManager,.*test.*,ADDED/
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | ChangeLog.md | 11 + Added more variants of arithmetic opcodes 15 + Added x_oom exception for lda.str
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | schedulable_task_queue_interface.h | 31 * 1. property of tasks you added 32 * 2. count of tasks you added 74 * @return count of task that was added to worker 85 * @return count of task that was added to helper
|
| D | task_queue.h | 70 * @param task - task that will be added 71 * @return the size of queue after @arg task was added to it. 78 // Send info about new added task in AddTask() 137 * @return count of task that was added to worker 158 * @return count of task that was added to helper
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
| D | gc_workers_task_pool.h | 37 * @return true if task successfully added to pool, false - otherwise 46 * @return true if task successfully added to pool, false - otherwise 74 * @return true if task successfully added to pool, false - otherwise
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | README.md | 53 Sub-arguments should not be added to the parser via `PandArgParser::Add`. 96 …- add an argument to parser. Returns `true` if argument was succsessfully added. `PandArgBase` is … 102 - `bool IsArgSet(PandArgBase* arg)` - returns `true` if an argument was added to a parser 103 …const std::string& arg_name)` - returns `true` if an argument with given name was added to a parser 114 … end of sequence, ```PopBackTail()``` removes the last added argument. Tail arguments may be added…
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 53 Sub-arguments should not be added to the parser via `PandArgParser::Add`. 96 …- add an argument to parser. Returns `true` if argument was succsessfully added. `PandArgBase` is … 102 - `bool IsArgSet(PandArgBase* arg)` - returns `true` if an argument was added to a parser 103 …const std::string& arg_name)` - returns `true` if an argument with given name was added to a parser 114 … end of sequence, ```PopBackTail()``` removes the last added argument. Tail arguments may be added…
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_set.h | 80 uint64_t isAdded_ = 0; // 0: not added, 1: is added
|
| D | barriers-inl.h | 34 // if any new feature/bugfix be added in WriteBarrier, it should also be added to CopyObject. in WriteBarrier() 73 // be added, the old object is considered as serialize_root, and be marked and pushed in in WriteBarrier() 133 // if any new feature/bugfix be added in CopyObject, it should also be added to WriteBarrier. in CopyObject()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_marking_stack.h | 49 * @param object object which will be added to the stack 56 * @param object object which will be added to the stack
|
| /arkcompiler/ets_runtime/test/aottest/forof_set_test/ |
| D | forof_set_test.ts | 67 // test 'd' is added 69 print('d is added');
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | proto_change_details_test.cpp | 129 …* call the "add" function to add a jshclass object. The added jshclass object will creat… 130 * return the location of the added object. 160 …* in this case call the "add" function to add a jshclass object. The added jshclass obje… 161 * get weakref and return the location of the added object. 193 …ject.in this case call the "add" function increase the length to add the jshclass object. The added 194 …* jshclass object will create and get weakref and return the location of the added objec…
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 45 … it will be returned directly. If not, it will be added to the detention pool and then returned. 66 … it will be returned directly. If not, it will be added to the detention pool and then returned. 88 … it will be returned directly. If not, it will be added to the detention pool and then returned.
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 60 # paths is specified in INCLUDE_DIRS, these paths will be added as include 72 # * Target-specific definition PANDA_GTEST is added.
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Testing.cmake | 60 # paths is specified in INCLUDE_DIRS, these paths will be added as include 72 # * Target-specific definition PANDA_GTEST is added.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | anno2.txt | 23 A set of *built-in annotations* can be added to some future language version. 55 A notion of *plugin-defined annotations* can be added to some future language version.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ |
| D | rel.sts | 26 // prefix and postfix added 30 // bitwise xor, unary + and - added
|
| /arkcompiler/runtime_core/isa/ |
| D | ChangeLog.md | 7 + Added x_oom exception for lda.str
|