Home
last modified time | relevance | path

Searched full:added (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/arkcompiler/runtime_core/docs/changelogs/
D2023-12-31-isa-changelog.md12 …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:
D2024-05-24-isa-changelog.md12 …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…
D2024-07-05-file_format-changelog.md11 To support sendable function, a new Function Kind SENDABLE_FUNCTION is added for marking functions …
D2024-03-20-isa-changelog.md12 … lazy loading of module variables in sendable class, the following bytecode instructions are added:
D2024-05-12-isa.changelog.md12 …al environment is implemented and the following bytecode instructions are added to create and oper…
D2024-07-10-isa-changelog.md12 …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/
Dverify_aot_test.pa27 #! 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/
Dverify_aot_test.pa27 #! 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/
DChangeLog.md11 + Added more variants of arithmetic opcodes
15 + Added x_oom exception for lda.str
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dschedulable_task_queue_interface.h31 * 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
Dtask_queue.h70 * @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/
Dgc_workers_task_pool.h37 * @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/
DREADME.md53 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/
DREADME.md53 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/
Dfree_object_set.h80 uint64_t isAdded_ = 0; // 0: not added, 1: is added
Dbarriers-inl.h34 // 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/
Dgc_adaptive_marking_stack.h49 * @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/
Dforof_set_test.ts67 // test 'd' is added
69 print('d is added');
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp129 …* 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/
Decma_string_table_test.cpp45 … 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/
DTesting.cmake60 # 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/
DTesting.cmake60 # 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/
Danno2.txt23 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/
Drel.sts26 // prefix and postfix added
30 // bitwise xor, unary + and - added
/arkcompiler/runtime_core/isa/
DChangeLog.md7 + Added x_oom exception for lda.str

12345678910>>...12