Home
last modified time | relevance | path

Searched full:known (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Dglossary.md53 * **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/
Dliteraldataaccessor_fuzzer.cpp31 // Known exception, no need exposing in LiteralDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp38 // Known exception, no need exposing in FieldDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp37 // Known exception, no need exposing in MethodDataAccessorFuzzTest()
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md9 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…
Dreg_alloc_graph_coloring_doc.md37 - 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/
Dclassdataaccessor_fuzzer.cpp40 // Known exception, no need exposing in ClassDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp44 // Known exception, no need exposing in AnnotationDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp43 // Known exception, no need exposing in CodeDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp42 // Known exception, no need exposing in DebugInfoDataAccessorFuzzTest()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectDestructuring2-expected.txt214 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
DobjectDestructuring5-expected.txt225 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
DobjectLiteralAssignability2-expected.txt226 TypeError: Object literal may only specify known properties, and "b" does not exist in type '{ a: n…
DobjectDestructuring3-expected.txt242 TypeError: Object literal may only specify known properties, and property 'foo' does not exist in t…
DobjectLiteralAssignability3-expected.txt254 TypeError: Object literal may only specify known properties, and "c" does not exist in type '{ a: n…
DobjectDestructuring33-expected.txt270 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
DobjectLiteralAssignability7-expected.txt313 TypeError: Object literal may only specify known properties, and "b" does not exist in type '{ a: n…
DobjectDestructuring39-expected.txt328 TypeError: Object literal may only specify known properties, and property 'b' does not exist in the…
DobjectDestructuring7-expected.txt483 TypeError: Object literal may only specify known properties, and "c" does not exist in type 'bigint…
DobjectDestructuring8-expected.txt548 TypeError: Object literal may only specify known properties, and property 'c' does not exist in the…
DobjectLiteralAssignability14-expected.txt656 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/
Dallure_reporter.rb30 'known' => false, 'muted' => false, 'flaky' => false,
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.cpp145 … checker_->ThrowTypeError({"Object literal may only specify known properties, and ", propKeyType, in Start()
/arkcompiler/runtime_core/libpandabase/
Dconcepts.h123 /// Checks whether T is an array type of known bound
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtypes_resolving.cpp216 // Set known type to undefined input types. in TryInline()

12