| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 53 * **Garbage collection** is also known as automatic memory management, 64 … references on the stack are mapped (i.e., it is known when we have an object on the stack or not). 65 Mutator is at a known point in its interaction with the heap. 66 It means that all objects which are currently in use are known and we know how to get value
|
| /arkcompiler/runtime_core/tests/fuzztest/literaldataaccessor_fuzzer/ |
| D | literaldataaccessor_fuzzer.cpp | 31 // Known exception, no need exposing in LiteralDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/ |
| D | fielddataaccessor_fuzzer.cpp | 38 // Known exception, no need exposing in FieldDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 37 // Known exception, no need exposing in MethodDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 9 There are various algorithms to construct SSA form, most known is a Cytron et al. It produce most c… 71 …- Check all instructions that have no type and fix it. Type is got from instructions with known in…
|
| D | reg_alloc_graph_coloring_doc.md | 37 - pre/post coalescing that happens before or after coloring respectively. Pre-coalescing is known t… 41 Affinity edges of IG form components known as Affinity-components. In best-case scenario all nodes …
|
| /arkcompiler/runtime_core/tests/fuzztest/classdataaccessor_fuzzer/ |
| D | classdataaccessor_fuzzer.cpp | 40 // Known exception, no need exposing in ClassDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/ |
| D | annotationdataaccessor_fuzzer.cpp | 44 // Known exception, no need exposing in AnnotationDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 43 // Known exception, no need exposing in CodeDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 42 // Known exception, no need exposing in DebugInfoDataAccessorFuzzTest()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectDestructuring2-expected.txt | 214 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
|
| D | objectDestructuring5-expected.txt | 225 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
|
| D | objectLiteralAssignability2-expected.txt | 226 TypeError: Object literal may only specify known properties, and "b" does not exist in type '{ a: n…
|
| D | objectDestructuring3-expected.txt | 242 TypeError: Object literal may only specify known properties, and property 'foo' does not exist in t…
|
| D | objectLiteralAssignability3-expected.txt | 254 TypeError: Object literal may only specify known properties, and "c" does not exist in type '{ a: n…
|
| D | objectDestructuring33-expected.txt | 270 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
|
| D | objectLiteralAssignability7-expected.txt | 313 TypeError: Object literal may only specify known properties, and "b" does not exist in type '{ a: n…
|
| D | objectDestructuring39-expected.txt | 328 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
|
| D | objectDestructuring7-expected.txt | 483 TypeError: Object literal may only specify known properties, and "c" does not exist in type 'bigint…
|
| D | objectDestructuring8-expected.txt | 548 TypeError: Object literal may only specify known properties, and property 'c' does not exist in the…
|
| D | objectLiteralAssignability14-expected.txt | 656 TypeError: Object literal may only specify known properties, and "c" does not exist in type '{ a: n…
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | allure_reporter.rb | 30 'known' => false, 'muted' => false, 'flaky' => false,
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeElaborationContext.cpp | 145 … checker_->ThrowTypeError({"Object literal may only specify known properties, and ", propKeyType, in Start()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | concepts.h | 123 /// Checks whether T is an array type of known bound
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | types_resolving.cpp | 216 // Set known type to undefined input types. in TryInline()
|