Searched full:put (Results 1 – 25 of 75) sorted by relevance
123
| /arkcompiler/runtime_core/docs/ |
| D | 2022-08-18-isa-changelog.md | 33 To adapt runtime design, we put string and literal array into the index header of methods, 37 stringId and literalarrayId in a class should be put in a same index header. 38 Instead, we only ask that all methodId, stringId and literalarrayId in a method should be put in on…
|
| D | coding-style.md | 62 15. Always put { } even if the body is one line:
|
| D | doxygen.config | 236 # will allow you to put the command \sideeffect (or @sideeffect) in the 238 # "Side Effects:". You can put \n's in the value part of an alias to insert 373 # (for instance a group of public functions) to be put as a subgroup of that 543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of 1073 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag 1089 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a 1090 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 1436 # sheet generated by doxygen has an example that shows how to put an image at 1633 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a 1634 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of [all …]
|
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 2 - [x] Updating typesystem put under lock (ClassLinker::AddFile) 3 …- [x] (using atomic flag) Verification of method put under lock to exclude double verification at …
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 52 put 1 into accumulator, otherwise put 0. 329 put 1 into accumulator, otherwise put 0. 454 put 1 into accumulator, otherwise put 0. 622 put 1 into accumulator, otherwise put 0. 727 put 1 into accumulator, otherwise put 0.
|
| D | newobj.yaml | 37 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 200 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 241 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 284 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 345 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 413 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 760 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 1134 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat… 1178 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
|
| D | ldstatic.64.yaml | 65 Get static field value by field_id and put it into accumulator. 263 description: Get static field value by field_id and put it into accumulator. 293 description: Get static field value by field_id and put it into accumulator.
|
| D | ldobj.obj.yaml | 97 Get field value from an object by field id and put it into accumulator. 402 description: Get field value from an object by field id and put it into accumulator. 489 description: Get field value from an object by field id and put it into accumulator.
|
| D | ldobj.v.obj.yaml | 97 Get field value from an object by field id and put it into register. 399 description: Get field value from an object by field id and put it into register. 494 description: Get field value from an object by field id and put it into register.
|
| D | ldstatic.obj.yaml | 96 Get static field value by field_id and put it into accumulator. 290 description: Get static field value by field_id and put it into accumulator. 375 description: Get static field value by field_id and put it into accumulator.
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-05.pa | 18 # description: Get length of an array and put it into accumulator.
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 28 and put them to list of all functions in project;
|
| D | gc-mark.puactivity | 27 :Put the object into the corresponding queue;
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 9 During code generation so-called `SlowPath` code is created, and we put it into a special cold code… 48 XX+00: adr x0, #-(YY+XX) ; Put to the x0 address of ThirdSlot ; before resolve ; after resolve 86 XX+00: adr x16, #-(YY+XX) ; Put to the x16 address of SecondSlot 142 XX+00: adr x16, #-(YY+8+XX) ; Put to the x16 address of SecondSlot
|
| /arkcompiler/ets_frontend/test262/ |
| D | ts2abc_skip_tests.json | 461 "language/statements/for-await-of/async-gen-decl-dstr-obj-prop-put-order.js", 462 "language/statements/for-await-of/async-gen-decl-dstr-obj-prop-put-prop-ref.js", 463 "language/statements/for-await-of/async-gen-decl-dstr-obj-prop-put-prop-ref-no-get.js", 511 "language/statements/for-await-of/async-func-decl-dstr-array-rest-put-prop-ref.js", 518 … "language/statements/for-await-of/async-func-decl-dstr-array-elem-put-prop-ref-no-get.js", 525 … "language/statements/for-await-of/async-gen-decl-dstr-array-elem-put-prop-ref-no-get.js", 541 "language/statements/for-await-of/async-gen-decl-dstr-array-elem-put-prop-ref.js", 562 "language/statements/for-await-of/async-func-decl-dstr-obj-prop-put-prop-ref-no-get.js", 563 "language/statements/for-await-of/async-func-decl-dstr-obj-prop-put-prop-ref.js", 581 "language/statements/for-await-of/async-func-decl-dstr-array-elem-put-prop-ref.js", [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.cpp | 119 …[[maybe_unused]] int put = vsnprintf_s(this->data(), this->size(), this->size() - 1, format, args); in printf() local 120 ASSERT(put >= 0 && static_cast<size_t>(put) < BUFFER_SIZE); in printf()
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2086_1.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator.
|
| D | bug_2086_2.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator.
|
| D | bug_2088.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator.
|
| D | bug_2084.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator.
|
| D | bug_2085.pa | 18 # description: 'Get field value from an object by field id and put it into accumulator.
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | types_resolving.h | 31 …* In case of success, the corresponding types are put in AnyType heck, which are the inputs of the…
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | ref_cache_builder.h | 24 * the whole object is put to the object collection.
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.h | 64 * make a new heap snapshot and put it into a container eg, vector
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 63 # If OUTPUT_DIRECTORY is not defined, the binary will be put to bin-gtests
|
123