Home
last modified time | relevance | path

Searched defs:value2 (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_context_test.cpp65 bool value2 = context->GetAllowAtomicWait(); in HWTEST_F_L0() local
H A Djs_array_test.cpp181 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 Djs_api_plain_array_test.cpp172 JSTaggedValue value2 = array->GetIndexOfKey(lvalue); in HWTEST_F_L0() local
H A Djs_typed_array_test.cpp391 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 Dbuiltins_math_test.cpp2935 double value2 = JSTaggedValue(static_cast<JSTaggedType>(result2.GetRawData())).GetDouble(); local
H A Dbuiltins_promise_test.cpp65 JSHandle<JSTaggedValue> value2 = desc.GetValue(); in TestPromiseAllThenOnResolved() local
H A Dbuiltins_map_test.cpp303 JSTaggedValue value2 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
H A Dbuiltins_set_test.cpp307 JSTaggedValue value2 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
H A Dbuiltins_shared_set_test.cpp345 JSTaggedValue value2 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
H A Dbuiltins_shared_map_test.cpp371 JSTaggedValue value2 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp281 bool value2 = true; in HWTEST_F_L0() local
H A Dpt_types_test.cpp452 int64_t value2 = 0; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp382 uintptr_t value2 = reinterpret_cast<uintptr_t>(&data2); in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp750 auto value2 = b.Double(5.2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_arraylist.cpp536 JSHandle<JSTaggedValue> value2 = GetCallArg(argv, 1); in SubArrayList() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp337 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 Dbuiltins_math.cpp413 auto value2 = numberValue2.GetNumber(); in Imul() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_arraylist.cpp217 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 Djsnapi_third_tests.cpp663 bool value2 = false; in HWTEST_F_L0() local
H A Djsnapi_sample.cpp695 PropertyAttribute value2; in GetOwnProperty() local
728 A *value2 in NativePointer() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp334 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 Dencoder64_test.cpp757 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 Dserializer_test.cpp853 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 Decma_module_test.cpp269 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 Dencoder64_test.cpp758 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

Completed in 76 milliseconds

12