Home
last modified time | relevance | path

Searched refs:setValue (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/js/
H A Dtest_class_access_flags.js17 function setValue() { function
/arkcompiler/runtime_core/verifier/tests/js/
H A Dtest_checksum.js17 function setValue() { function
H A Dtest_constant_pool.js17 function setValue() { function
H A Dtest_register_index.js17 function setValue() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_types/
H A Dgeneric_types.test.js36 genHandle.setValue(new ets.Object());
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset.cpp56 JSTaggedValue setValue = TaggedHashArray::SetVal(thread, hashArray, hash, value, nullHandle); in Add() local
58 if (!setValue.IsUndefined()) { in Add()
H A Djs_api_hashmap.cpp120 JSTaggedValue setValue = TaggedHashArray::SetVal(thread, hashArray, hash, key, value); in Set() local
122 if (!setValue.IsUndefined()) { in Set()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp46 Label setValue(env); in SetTypedValue()
75 BRANCH(Int32GreaterThan(Int32Add(index, elementSize), size), slowPath, &setValue); in SetTypedValue()
76 Bind(&setValue); in SetTypedValue()
H A Dcontainers_stub_builder.cpp101 Label setValue(env); in ContainersCommonFuncCall()
124 BRANCH(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall() local
129 BRANCH(Int32GreaterThanOrEqual(*k, *length), &afterLoop, &setValue); in ContainersCommonFuncCall()
130 Bind(&setValue); in ContainersCommonFuncCall()
224 Label setValue(env); in QueueCommonFuncCall()
336 Label setValue(env); in DequeCommonFuncCall()
H A Dbuiltins_object_stub_builder.cpp397 Label setValue(env); in LayoutInfoAssignAllEnumProperty()
402 Jump(&setValue); in LayoutInfoAssignAllEnumProperty()
406 BRANCH(IsAccessor(attr), &isAccessor, &setValue); in LayoutInfoAssignAllEnumProperty() local
411 BRANCH(HasPendingException(glue_), &exception, &setValue); in LayoutInfoAssignAllEnumProperty() local
418 Bind(&setValue); in LayoutInfoAssignAllEnumProperty()
1540 Label setValue(env); in GetOwnPropertyNames()
1547 BRANCH(Int32Equal(*pos, *i), &adjustPos, &setValue); in GetOwnPropertyNames()
1548 Bind(&setValue); in GetOwnPropertyNames()
1648 Label setValue(env); in GetOwnPropertySymbols()
1655 BRANCH(Int32Equal(*pos, *i), &adjustPos, &setValue); in GetOwnPropertySymbols()
1824 BRANCH(IsUninitializedProperty(obj, *i, layout), &checkSymbol, &setValue); GetAllPropertyKeys() local
1828 BRANCH(TaggedIsSymbol(key), &setValue, &loopEnd); GetAllPropertyKeys() local
[all...]
H A Dbuiltins_array_stub_builder.cpp181 Label setValue(env); in Unshift()
207 BRANCH(Int64GreaterThan(newLen, capacity), &grow, &setValue); in Unshift() local
211 Jump(&setValue); in Unshift()
213 Bind(&setValue); in Unshift()
2414 Label setValue(env); in Push()
2415 BRANCH(Int32GreaterThan(newLength, capacity), &grow, &setValue); in Push() local
2419 Jump(&setValue); in Push()
2421 Bind(&setValue); in Push()
3609 Label setValue(env); in CopyWithin()
3617 BRANCH(TaggedIsHole(*kValue), &kValueIsHole, &setValue); in CopyWithin()
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Darena_allocator_test.cpp159 void setValue(size_t value) in setValue() function in panda::final
529 arr[i]->setValue(rand() % MAX_VALUE<size_t>()); in HWTEST_F()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp374 JSHandle<JSTaggedValue> setValue = deserializer.ReadValue(); in JSSetTest() local
375 EXPECT_TRUE(!setValue.IsEmpty()); in JSSetTest()
379 JSHandle<JSSet> retSet = JSHandle<JSSet>::Cast(setValue); in JSSetTest()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp9527 Label setValue(env); in SetValueWithElementsKind()
9549 Jump(&setValue); in SetValueWithElementsKind()
9564 Jump(&setValue); in SetValueWithElementsKind()
9584 Jump(&setValue); in SetValueWithElementsKind()
9589 Jump(&setValue); in SetValueWithElementsKind()
9595 Jump(&setValue); in SetValueWithElementsKind()
9599 Bind(&setValue); in SetValueWithElementsKind()

Completed in 40 milliseconds