Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DBasicDataTypesTest.js19 const intValue = 123456789; constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DBasicDataTypesTest.java26 int intValue = 123456789; in main() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DBasicDataTypesTest.ts19 const intValue: number = 123456789; constant
/arkcompiler/ets_runtime/test/fuzztest/jsnapiisconstructor_fuzzer/
Djsnapiisconstructor_fuzzer.cpp34 Local<IntegerRef> intValue = IntegerRef::New(vm_, (int)size); in JSNApiIsConstructorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefnullvalue_fuzzer/
Djsvaluerefnullvalue_fuzzer.cpp34 Local<PrimitiveRef> intValue = IntegerRef::New(vm, 0); in JSValueRefNullValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp45 Local<IntegerRef> intValue = IntegerRef::New(vm, key); in JSValueRefIsNumberValueFuzzTest() local
175 Local<IntegerRef> intValue = IntegerRef::New(vm, key); in JSValueRefIsDateValueFuzzTest() local
218 Local<IntegerRef> intValue = IntegerRef::New(vm, key); in JSValueRefIsErrorValueFuzzTest() local
251 Local<IntegerRef> intValue = IntegerRef::New(vm, key); in JSValueRefToStringValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Delements.cpp241 int intValue = value.GetInt(); in MigrateFromHeapValueToRawValue() local
260 int intValue = static_cast<int>(elements->Get(i).GetRawData()); in MigrateFromHoleIntToHoleNumber() local
275 double intValue = base::bit_cast<double>(elements->Get(i).GetRawData()); in MigrateFromHoleNumberToHoleInt() local
Delement_accessor-inl.h75 int intValue = rawValue.GetInt(); in FastSet() local
Delement_accessor.cpp140 int intValue = rawValue.GetInt(); in ConvertTaggedValueWithElementsKind() local
Djs_object-inl.h265 int intValue = value.GetInt(); in ConvertValueWithRep() local
Djs_hclass.cpp918 int intValue = value->GetInt(); in ConvertOrTransitionWithRep() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/
Djsvaluerefobject_fuzzer.cpp53 Local<IntegerRef> intValue = IntegerRef::New(vm, input); in JSValueRefIsBigIntFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h453 int32 intValue; member
535 int64 intValue; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_math.cpp224 auto intValue = ToUint32(val); in StdMathClz32Double() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1429 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
1453 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
1475 Local<IntegerRef> intValue = IntegerRef::New(vm_, 0); in HWTEST_F_L0() local
1499 Local<IntegerRef> intValue = IntegerRef::New(vm_, 0); in HWTEST_F_L0() local
1521 Local<IntegerRef> intValue = IntegerRef::New(vm_, 0); in HWTEST_F_L0() local
5041 Local<PrimitiveRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
6495 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
6547 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
6599 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
6651 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local
[all …]
Djsnapi_sample.cpp80 int intValue = intObject->Value(); in HWTEST_F_L0() local
1703 Local<IntegerRef> intValue = IntegerRef::New(vm_, i * 10); in HWTEST_F_L0() local
1710 Local<IntegerRef> intValue = IntegerRef::New(vm_, inputInt); in HWTEST_F_L0() local
Djsnapi_first_tests.cpp1525 Local<IntegerRef> intValue = IntegerRef::New(vm_, 0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp385 auto intValue = dis(engine); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp78 GateRef BuiltinsArrayStubBuilder::MakeFromIndexWithInt(GateRef intValue, GateRef length, bool rever… in MakeFromIndexWithInt()
Dbuiltins_typedarray_stub_builder.cpp2833 GateRef intValue = TruncInt64ToInt32(ChangeTaggedPointerToInt64(value)); in SetValueToBuffer() local
2840 GateRef intValue = ChangeFloat64ToInt32(CastInt64ToFloat64( in SetValueToBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1588 auto intValue = GetInt32OfTInt(value); in FastToBoolean() local
Dstub_builder.cpp7141 auto intValue = GetInt32OfTInt(value); in FastToBoolean() local
7240 auto intValue = GetInt32OfTInt(value); in FastToBooleanBaseline() local
7366 auto intValue = GetInt32OfTInt(value); in FastToBooleanWithProfile() local
7492 auto intValue = GetInt32OfTInt(value); in FastToBooleanWithProfileBaseline() local
Dtyped_native_inline_lowering.cpp2100 GateRef intValue = builder_.ChangeFloat64ToInt32( in BuildTaggedPointerOverflowInt32() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1417 int32_t intValue = 42; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h827 int32_t intValue = number.GetInt(); in RuntimeNeg() local