| /arkcompiler/ets_runtime/test/fuzztest/publicapilocal_fuzzer/ |
| D | publicapilocal_fuzzer.cpp | 33 Local<IntegerRef> intValue = IntegerRef::New(vm, (int)size); in LocalIsEmptyFuzzTest() local 47 Local<IntegerRef> intValue = IntegerRef::New(vm, (int)size); in LocalIsNullFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapilocaloperatorsymbol_fuzzer/ |
| D | publicapilocaloperatorsymbol_fuzzer.cpp | 33 Local<IntegerRef> intValue = IntegerRef::New(vm, (int)size); in LocalOperatorOneFuzzTest() local 47 Local<IntegerRef> intValue = IntegerRef::New(vm, (int)size); in LocalOperatorTowFuzzTest() local
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | BasicDataTypesTest.js | 19 const intValue = 123456789; constant
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | BasicDataTypesTest.java | 26 int intValue = 123456789; in main() local
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | BasicDataTypesTest.ts | 19 const intValue: number = 123456789; constant
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiisconstructor_fuzzer/ |
| D | jsnapiisconstructor_fuzzer.cpp | 34 Local<IntegerRef> intValue = IntegerRef::New(vm_, (int)size); in JSNApiIsConstructorFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefnullvalue_fuzzer/ |
| D | jsvaluerefnullvalue_fuzzer.cpp | 34 Local<PrimitiveRef> intValue = IntegerRef::New(vm, 0); in JSValueRefNullValueFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/ |
| D | jsvaluereffoundationvalue_fuzzer.cpp | 45 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/ |
| D | element_accessor-inl.h | 73 int intValue = rawValue.GetInt(); in FastSet() local
|
| D | elements.cpp | 265 int intValue = value.GetInt(); in MigrateFromHeapValueToRawValue() local 284 int intValue = static_cast<int>(elements->Get(i).GetRawData()); in MigrateFromHoleIntToHoleNumber() local 299 double intValue = base::bit_cast<double>(elements->Get(i).GetRawData()); in MigrateFromHoleNumberToHoleInt() local
|
| D | element_accessor.cpp | 132 int intValue = rawValue.GetInt(); in ConvertTaggedValueWithElementsKind() local
|
| D | js_object-inl.h | 260 int intValue = value.GetInt(); in ConvertValueWithRep() local
|
| D | js_hclass.cpp | 834 int intValue = value->GetInt(); in ConvertOrTransitionWithRep() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/ |
| D | jsvaluerefobject_fuzzer.cpp | 53 Local<IntegerRef> intValue = IntegerRef::New(vm, input); in JSValueRefIsBigIntFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_const.h | 446 int32 intValue; member 527 int64 intValue; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_math.cpp | 224 auto intValue = ToUint32(val); in StdMathClz32Double() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 1429 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 6479 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local 6531 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local 6583 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local 6635 Local<IntegerRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0() local [all …]
|
| D | jsnapi_sample.cpp | 80 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
|
| D | jsnapi_first_tests.cpp | 1448 Local<IntegerRef> intValue = IntegerRef::New(vm_, 0); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_to_string_cache_test.cpp | 379 auto intValue = dis(engine); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 2857 GateRef intValue = TruncInt64ToInt32(ChangeTaggedPointerToInt64(value)); in SetValueToBuffer() local 2864 GateRef intValue = ChangeFloat64ToInt32(CastInt64ToFloat64( in SetValueToBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 1494 auto intValue = GetInt32OfTInt(value); in FastToBoolean() local
|
| D | stub_builder.cpp | 6727 auto intValue = GetInt32OfTInt(value); in FastToBoolean() local 6826 auto intValue = GetInt32OfTInt(value); in FastToBooleanBaseline() local 6946 auto intValue = GetInt32OfTInt(value); in FastToBooleanWithProfile() local 7066 auto intValue = GetInt32OfTInt(value); in FastToBooleanWithProfileBaseline() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 3248 …uint32 intValue = static_cast<uint32>(((safe_cast<MIRIntConst>(elemConst))->GetExtValue()) & 0xFFF… in InitArrayClassCacheTableIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 1408 int32_t intValue = 42; in HWTEST_F_L0() local
|