/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 129 This state has two possible transitions (branches) based on its input value. 142 This state has multiple possible transitions (branches) based on its input value. 308 * **FNEG**: returns the negation of its floating-point operand. 321 * **ADD**: returns the sum of its two integer operands. 322 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar… 323 * **MUL**: returns the product of its two integer operands. 325 * **SDIV**: returns the signed quotient of its two integer operands. 326 * **SREM**: returns the remainder from the signed division of its two integer operands. 327 * **UDIV**: returns the unsigned quotient of its two integer operands. 328 * **UREM**: returns the remainder from the unsigned division of its two integer operands. [all …]
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-class-constructor15-expected.txt | 1 SyntaxError: A constructor cannot contain a super call when its class extends null. [test-class-con…
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | constUsedBeforeDeclaration-expected.txt | 128 TypeError: Block-scoped variable 'a' used before its declaration [constUsedBeforeDeclaration.ts:18:…
|
D | letUsedBeforeDeclaration-expected.txt | 128 TypeError: Block-scoped variable 'a' used before its declaration [letUsedBeforeDeclaration.ts:18:5]
|
D | functionOverload3-expected.txt | 494 TypeError: This overload signature is not compatible with its implementation signature [functionOve…
|
D | recursiveFunction-expected.txt | 500 … return type annotation and is referenced directly or indirectly in one of its return expressions.…
|
/arkcompiler/runtime_core/compiler/docs/ |
D | aot_resolve_string.md | 3 To get string literal by its identifier application has to perform special runtime call. To improve… 27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be 47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
|
D | try_catch_blocks_ir.md | 125 … block. Each `CatchPhi` corresponds to the bytecode's virtual register and its inputs are values o…
|
D | lowering_doc.md | 19 If the instruction and its input can be encoded with single instruction for a specific archecture, …
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_async_from_sync_iterator.cpp | 169 JSHandle<JSTaggedValue> its = JSHandle<JSTaggedValue>::Cast(iterResult); in Return() local 173 info->SetCallArg(its.GetTaggedValue()); in Return()
|
/arkcompiler/runtime_core/docs/ |
D | coding-style.md | 26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o…
|
D | runtime-class.md | 11 We store common runtime information separately from managed object to give more flexebility for its…
|
D | ir_format.md | 236 …t-order traversal. In RPO iteration, a BasicBlock is visited before any of its successor BasicBloc… 256 **User** of the instruction is an object that points to the consumer instruction and its correspond… 270 …ase when new input is appended and the capacity of the storage is equal to its size, whole storage… 286 …ame time Visit functions are called by the opcode of the instruction or by its group affiliation. 311 It is used in HHVM, IonMonkey, DartVM and proved its reliability. 384 // For all other instructions print its opcode
|
/arkcompiler/runtime_core/cmake/ |
D | README.md | 16 In the current build directory structure, each project has its own subdirectory. For example, the v…
|
D | PandaCmakeFunctions.cmake | 16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
|
D | ClangTidy.cmake | 96 # because of its syntax limitations (in particular, all checks should be passed 99 # that each components is responsible for QA'ing only its code base.
|
/arkcompiler/runtime_core/ldscripts/ |
D | panda.ld | 8 ASAN reserves (mmap) addresses for its own needs,
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.cpp | 74 JSHandle<JSTaggedValue> its = JSHandle<JSTaggedValue>::Cast(iteratorResult); in AsyncGeneratorResolve() local 80 info->SetCallArg(its.GetTaggedValue()); in AsyncGeneratorResolve()
|
/arkcompiler/ets_runtime/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | LICENSE.txt | 27 …rm of electronic, verbal, or written communication sent to the Licensor or its representatives, in… 43 If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works th… 49 …d to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on a…
|
/arkcompiler/toolchain/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/arkcompiler/runtime_core/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/arkcompiler/ets_frontend/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/arkcompiler/ets_frontend/arkguard/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/arkcompiler/toolchain/build/config/ |
D | arm.gni | 16 # other contexts when the code will change its behavior based on the
|