Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md129 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/
Dtest-class-constructor15-expected.txt1 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/
DconstUsedBeforeDeclaration-expected.txt128 TypeError: Block-scoped variable 'a' used before its declaration [constUsedBeforeDeclaration.ts:18:…
DletUsedBeforeDeclaration-expected.txt128 TypeError: Block-scoped variable 'a' used before its declaration [letUsedBeforeDeclaration.ts:18:5]
DfunctionOverload3-expected.txt494 TypeError: This overload signature is not compatible with its implementation signature [functionOve…
DrecursiveFunction-expected.txt500 … return type annotation and is referenced directly or indirectly in one of its return expressions.…
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md3 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…
Dtry_catch_blocks_ir.md125 … block. Each `CatchPhi` corresponds to the bytecode's virtual register and its inputs are values o…
Dlowering_doc.md19 If the instruction and its input can be encoded with single instruction for a specific archecture, …
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp169 JSHandle<JSTaggedValue> its = JSHandle<JSTaggedValue>::Cast(iterResult); in Return() local
173 info->SetCallArg(its.GetTaggedValue()); in Return()
/arkcompiler/runtime_core/docs/
Dcoding-style.md26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o…
Druntime-class.md11 We store common runtime information separately from managed object to give more flexebility for its
Dir_format.md236 …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/
DREADME.md16 In the current build directory structure, each project has its own subdirectory. For example, the v…
DPandaCmakeFunctions.cmake16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
DClangTidy.cmake96 # 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/
Dpanda.ld8 ASAN reserves (mmap) addresses for its own needs,
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp74 JSHandle<JSTaggedValue> its = JSHandle<JSTaggedValue>::Cast(iteratorResult); in AsyncGeneratorResolve() local
80 info->SetCallArg(its.GetTaggedValue()); in AsyncGeneratorResolve()
/arkcompiler/ets_runtime/
DLICENSE56 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/
DLICENSE.txt27 …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/
DLICENSE56 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/
DLICENSE56 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/
DLICENSE56 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/
DLICENSE56 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/
Darm.gni16 # other contexts when the code will change its behavior based on the

12