Home
last modified time | relevance | path

Searched defs:value1 (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/objectcast_fuzzer/
H A Dobjectcast_fuzzer.cpp32 Local<JSValueRef> value1 = ObjectRef::New(vm); in ObjectCastFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_array_test.cpp180 JSTaggedValue value1 = TaggedArray::Cast(cloneArray->GetElements().GetTaggedObject())->Get(i); in HWTEST_F_L0() local
202 JSTaggedValue value1 = TaggedArray::Cast(cloneArray->GetElements().GetTaggedObject())->Get(i); in HWTEST_F_L0() local
H A Djs_typed_array_test.cpp390 int64_t value1 = -129; // to int8 : 127 in HWTEST_F_L0() local
487 int64_t value1 = -1; // to uint8 : 255 in HWTEST_F_L0() local
584 int64_t value1 = -1; // to uint8_clamped : 0 in HWTEST_F_L0() local
684 int64_t value1 in HWTEST_F_L0() local
784 int64_t value1 = -1; // to uint16 : 65535 HWTEST_F_L0() local
884 int64_t value1 = -2147483649; // to int32 : 2147483647 HWTEST_F_L0() local
984 int64_t value1 = -1; // to uint32 : 4294967295 HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp2917 double value1 = JSTaggedValue(static_cast<JSTaggedType>(result1.GetRawData())).GetDouble(); in HWTEST_F_L0() local
2934 double value1 = JSTaggedValue(static_cast<JSTaggedType>(result1.GetRawData())).GetDouble(); local
H A Dbuiltins_promise_test.cpp59 JSHandle<JSTaggedValue> value1 = desc.GetValue(); in TestPromiseAllThenOnResolved() local
H A Dbuiltins_map_test.cpp299 JSTaggedValue value1 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
H A Dbuiltins_set_test.cpp303 JSTaggedValue value1 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
H A Dbuiltins_shared_set_test.cpp341 JSTaggedValue value1 = JSObject::GetProperty(thread, set, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
H A Dbuiltins_shared_map_test.cpp367 JSTaggedValue value1 = JSObject::GetProperty(thread, map, key1).GetValue().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp636 auto value1 = GetCommonType(type1); in HWTEST_F() local
657 auto value1 = IsInt32Bit(type1); in HWTEST_F() local
677 auto value1 = Is32Bits(type, Arch::NONE); in HWTEST_F() local
706 auto value1 = IsTypeCollectable(type1); in HWTEST_F() local
736 auto value1 = IsTypeSigned(type1); in HWTEST_F() local
[all...]
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp249 double value1 = 0.1; // 0.1:value in HWTEST_F_L0() local
271 char value1[] = "value"; in HWTEST_F_L0() local
H A Dpt_types_test.cpp448 int32_t value1 = 100; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp377 uintptr_t value1 = reinterpret_cast<uintptr_t>(data1); in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp749 auto value1 = b.Double(10.1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_arraylist.cpp535 JSHandle<JSTaggedValue> value1 = GetCallArg(argv, 0); 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.cpp412 auto value1 = numberValue1.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.cpp970 Local<JSValueRef> value1 = object->Get(vm_, keys[j]); in HWTEST_F_L0() local
1052 Local<JSValueRef> value1 = object->Get(vm_, StringRef::NewFromUtf8(vm_, keys[j])); in HWTEST_F_L0() local
1121 Local<JSValueRef> value1 = object->Get(vm_, utf8Key); in HWTEST_F_L0() local
1133 Local<JSValueRef> value1 = object->Get(vm_, utf8Key); HWTEST_F_L0() local
1147 Local<JSValueRef> value1 = JSNApi::NapiGetNamedProperty(vm_, reinterpret_cast<uintptr_t>(*object), utf8Key); HWTEST_F_L0() local
[all...]
H A Djsnapi_second_tests.cpp621 Local<JSValueRef> value1 = object->Get(vm_, key); in HWTEST_F_L0() local
815 Local<JSValueRef> value1 = property->GetValueAt(vm_, globalObject, index); in HWTEST_F_L0() local
H A Djsnapi_first_tests.cpp528 Local<JSValueRef> value1 = object->Get(vm_, key); in HWTEST_F_L0() local
551 Local<JSValueRef> value1 = object->Get(vm_, key); in HWTEST_F_L0() local
/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.cpp848 JSHandle<JSTaggedValue> value1 = result1.GetRawValue(); in ObjectWithConcurrentFunctionTest() local
1361 CString value1 = "365769"; HWTEST_F_L0() local
[all...]
/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 50 milliseconds

12