Home
last modified time | relevance | path

Searched defs:zero (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-property-2.ts18 zero : number = 0 property in A
/arkcompiler/ets_runtime/test/jittest/typed_array/
Dtyped_array.ts15 const zero = (buf) => { constant
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp165 auto zero = builder.Int32(0); in HWTEST_F_L0() local
176 auto zero = builder.Int32(0); in HWTEST_F_L0() local
732 auto zero = b.Double(0); in HWTEST_F_L0() local
814 auto zero = b.Int32(0); in HWTEST_F_L0() local
994 auto zero = b.Int64(0); in HWTEST_F_L0() local
1015 auto zero = b.Int32(0); in HWTEST_F_L0() local
1049 auto zero = b.Int64(0); in HWTEST_F_L0() local
1070 auto zero = b.Int32(0); in HWTEST_F_L0() local
1103 auto zero = b.Int64(0); in HWTEST_F_L0() local
1117 auto zero = b.Int32(0); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js22 function zero() function
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/loops/
Dloops.cpp45 AbckitInst *zero = g_implG->gFindOrCreateConstantU64(graph, 0x0); in CreateLoopDynamic() local
93 AbckitInst *zero = g_implG->gFindOrCreateConstantU64(graph, 0x0); in CreateLoopStatic() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/enum_ops/
Dget_enum_item_test.cpp57 ani_enum_item zero {}; in TEST_F() local
126 ani_enum_item zero {}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp52 JSHandle<JSTaggedValue> zero(factory->NewFromASCII("0")); in HWTEST_F_L0() local
Djs_bigint_test.cpp52 JSHandle<BigInt> zero = BigInt::Uint32ToBigInt(thread, 0); in HWTEST_F_L0() local
340 JSHandle<BigInt> zero = BigInt::Int32ToBigInt(thread, 0); in HWTEST_F_L0() local
369 JSHandle<BigInt> zero = BigInt::Int32ToBigInt(thread, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp106 JSHandle<JSTaggedValue> zero(thread, JSTaggedValue(0)); in HasProperty() local
170 JSHandle<JSTaggedValue> zero(thread, JSTaggedValue(0)); in DefineOwnProperty() local
406 JSHandle<JSTaggedValue> zero(thread, JSTaggedValue(0)); in IntegerIndexedElementGet() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_set_field_double_test.cpp47 const double zero = 0.0; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-assignment-constant-bigint.ts31 export const zero = 0b0n; constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DDummyMainCreater.ts237 const zero = ValueUtil.getOrCreateNumberConst(0); constant
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dark_gvn.cpp74 auto zero = builder.getInt64(0); in CreateCallBuiltin() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp241 JSHandle<JSTaggedValue> zero(thread->GetEcmaVM()->GetFactory()->NewFromASCII("0")); in ExecCommon() local
374 JSHandle<JSTaggedValue> zero(thread->GetEcmaVM()->GetFactory()->NewFromASCII("0")); in HWTEST_F_L0() local
443 JSHandle<JSTaggedValue> zero(thread->GetEcmaVM()->GetFactory()->NewFromASCII("0")); in HWTEST_F_L0() local
474 JSHandle<JSTaggedValue> zero(thread->GetEcmaVM()->GetFactory()->NewFromASCII("0")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl379 auto zero = builder_.getInt32(0); local
394 auto zero = builder_.getInt32(0); local
/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js79 var zero = BigInt("-0 "); variable
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp414 auto zero = FindOrCreateConstant(0); in BuildUnsafeIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp713 const double zero = 0.0; in BuildRounding() local
2190 GateRef zero = builder_.Int32(0); in LowerStringSubstring() local
2258 GateRef zero = builder_.Int32(0); in LowerStringSubStr() local
2351 GateRef zero = builder_.Int32(0); in LowerStringSlice() local
Dstub_builder.cpp9623 Label zero(env); in CalcHashcodeForDouble() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp702 auto *zero = GlobalTables::GetIntConstTable().GetOrCreateIntConst(0, *fromMIRType); in LowerExpr() local
/arkcompiler/runtime_core/taihe/test/ani_record/author/src/
Drecord_test.impl.cpp334 uintptr_t const zero = 0; in Mapfunc21() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp1136 JSHandle<JSTaggedValue> zero(thread, JSTaggedValue(0)); in SortCompare() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2486 auto zero = CreateLabel(); in EncodeCountLeadingZeroBits() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2072 auto zero = builder_.getInt64(0); in CreateResolveVirtualCallBuiltin() local
2204 auto zero = is64 ? builder_.getInt64(0) : builder_.getInt32(0); in CreateRoundArm64() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2757 auto zero = VixlReg(GetRegfile()->GetZeroReg(), WORD_SIZE); in EncodeMemCopyz() local

12