Home
last modified time | relevance | path

Searched full:put (Results 1 – 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/docs/
D2022-08-18-isa-changelog.md33 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…
Dcoding-style.md62 15. Always put { } even if the body is one line:
Ddoxygen.config236 # 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/
DTODO.txt2 - [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/
Disinstance.yaml52 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.
Dnewobj.yaml37 …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…
Dldstatic.64.yaml65 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.
Dldobj.obj.yaml97 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.
Dldobj.v.obj.yaml97 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.
Dldstatic.obj.yaml96 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/
Darrays-05.pa18 # description: Get length of an array and put it into accumulator.
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-gc-func-list-gen.puactivity28 and put them to list of all functions in project;
Dgc-mark.puactivity27 :Put the object into the corresponding queue;
/arkcompiler/runtime_core/compiler/docs/
Dplt.md9 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/
Dts2abc_skip_tests.json461 "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/
Dlogger.cpp119 …[[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/
Dbug_2086_1.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
Dbug_2086_2.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
Dbug_2088.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
Dbug_2084.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
Dbug_2085.pa18 # description: 'Get field value from an object by field id and put it into accumulator.
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtypes_resolving.h31 …* 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/
Dref_cache_builder.h24 * the whole object is put to the object collection.
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.h64 * make a new heap snapshot and put it into a container eg, vector
/arkcompiler/runtime_core/cmake/
DTesting.cmake63 # If OUTPUT_DIRECTORY is not defined, the binary will be put to bin-gtests

123