Home
last modified time | relevance | path

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

12

/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_, *data + (int)size); in JSNApiIsConstructorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefnullvalue_fuzzer/
Djsvaluerefnullvalue_fuzzer.cpp37 Local<PrimitiveRef> intValue = IntegerRef::New(vm, value); in JSValueRefNullValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/
Djsvaluerefobject_fuzzer.cpp40 Local<IntegerRef> intValue = IntegerRef::New(vm, input); in JSValueRefTypesFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Delements.cpp209 int intValue = value.GetInt(); in MigrateFromHeapValueToRawValue() local
228 int intValue = static_cast<int>(elements->Get(thread, i).GetRawData()); in MigrateFromHoleIntToHoleNumber() local
243 double intValue = base::bit_cast<double>(elements->Get(thread, i).GetRawData()); in MigrateFromHoleNumberToHoleInt() local
Delement_accessor-inl.h76 int intValue = rawValue.GetInt(); in FastSet() local
Delement_accessor.cpp141 int intValue = rawValue.GetInt(); in ConvertTaggedValueWithElementsKind() local
Djs_object-inl.h265 int intValue = value.GetInt(); in ConvertValueWithRep() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp55 Local<IntegerRef> intValue = IntegerRef::New(vm, key); in JSValueRefFoundationValueFuzzTest() local
/arkcompiler/runtime_core/taihe/test/ani_union/author/src/
Dunion_ani.impl.cpp197 auto &intValue = data.get_intValue_ref(); in MakeAndShowStructUnion() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_set_static_field_by_name_int_test.cpp157 const ani_int intValue = 24; in TEST_F() local
Dclass_get_static_field_by_name_int_test.cpp154 ani_int intValue {}; in TEST_F() local
Dclass_set_static_field_int_test.cpp173 const ani_int intValue = 2410; in TEST_F() local
Dclass_get_static_field_int_test.cpp187 ani_int intValue {}; in TEST_F() local
Dclass_find_method_test.cpp248 ani_object intValue; in TEST_F() local
305 ani_object intValue; in TEST_F() local
362 ani_object intValue; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_math.cpp184 auto intValue = ToUint32(val); in StdMathClz32Double() 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/tests/ani/tests/module_ops/
Dmodule_find_function_test.cpp62 const int intValue = 0; // 0 function getIntValue(int): int, return 0 in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddynamic_type_converter_test.cpp251 JSTaggedValue intValue(42); in HWTEST_F_L0() 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 …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp388 auto intValue = dis(engine); in TEST_F() local
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp320 int intValue = 2; variable
336 int intValue = 2; variable
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp78 GateRef BuiltinsArrayStubBuilder::MakeFromIndexWithInt(GateRef intValue, GateRef length, bool rever… in MakeFromIndexWithInt()

12