| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | ecma_context_test.cpp | 65 bool value2 = context->GetAllowAtomicWait(); in HWTEST_F_L0() local
|
| H A D | js_array_test.cpp | 181 JSTaggedValue value2 = TaggedArray::Cast(array->GetElements().GetTaggedObject())->Get(i); in HWTEST_F_L0() local 203 JSTaggedValue value2 = TaggedArray::Cast(array->GetElements().GetTaggedObject())->Get(i); in HWTEST_F_L0() local
|
| H A D | js_api_plain_array_test.cpp | 172 JSTaggedValue value2 = array->GetIndexOfKey(lvalue); in HWTEST_F_L0() local
|
| H A D | js_typed_array_test.cpp | 391 int64_t value2 = 128; // to int8 : -128 in HWTEST_F_L0() local 488 int64_t value2 = 256; // to uint8 : 0 in HWTEST_F_L0() local 585 int64_t value2 = 256; // to uint8_clamped : 255 in HWTEST_F_L0() local 685 int64_t value2 in HWTEST_F_L0() local 785 int64_t value2 = 65536; // to uint16 : 0 HWTEST_F_L0() local 885 int64_t value2 = 2147483648; // to int32 : -2147483648 HWTEST_F_L0() local 985 int64_t value2 = 4294967296; // to uint32 : 0 HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_math_test.cpp | 2935 double value2 = JSTaggedValue(static_cast<JSTaggedType>(result2.GetRawData())).GetDouble(); local
|
| H A D | builtins_promise_test.cpp | 65 JSHandle<JSTaggedValue> value2 = desc.GetValue(); in TestPromiseAllThenOnResolved() local
|
| H A D | builtins_map_test.cpp | 303 JSTaggedValue value2 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
|
| H A D | builtins_set_test.cpp | 307 JSTaggedValue value2 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
|
| H A D | builtins_shared_set_test.cpp | 345 JSTaggedValue value2 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue();
in HWTEST_F_L0() local
|
| H A D | builtins_shared_map_test.cpp | 371 JSTaggedValue value2 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_json_test.cpp | 281 bool value2 = true; in HWTEST_F_L0() local
|
| H A D | pt_types_test.cpp | 452 int64_t value2 = 0; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_test.cpp | 382 uintptr_t value2 = reinterpret_cast<uintptr_t>(&data2); in HWTEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | instruction_combine_test.cpp | 750 auto value2 = b.Double(5.2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 536 JSHandle<JSTaggedValue> value2 = GetCallArg(argv, 1); in SubArrayList() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | encoder64_test_1.cpp | 337 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() argument 403 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_math.cpp | 413 auto value2 = numberValue2.GetNumber(); in Imul() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_arraylist.cpp | 217 RemoveByRange(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, const JSHandle<JSTaggedValue> &value1, const JSHandle<JSTaggedValue> &value2) RemoveByRange() argument 305 SubArrayList(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, const JSHandle<JSTaggedValue> &value1, const JSHandle<JSTaggedValue> &value2) SubArrayList() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_third_tests.cpp | 663 bool value2 = false; in HWTEST_F_L0() local
|
| H A D | jsnapi_sample.cpp | 695 PropertyAttribute value2; in GetOwnProperty() local 728 A *value2 in NativePointer() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | encoder64_test_1.cpp | 334 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() argument 400 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() argument
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | encoder64_test.cpp | 757 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() argument 823 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 853 JSHandle<JSTaggedValue> value2 = result2.GetRawValue(); in ObjectWithConcurrentFunctionTest() local 1362 CString value2 in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 269 CString value2 = "hello world2"; in HWTEST_F_L0() local 1567 CString value2 = "hello world1"; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| H A D | encoder64_test.cpp | 758 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() argument 824 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() argument
|