Home
last modified time | relevance | path

Searched defs:fromValue (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2120 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Shift() local
2413 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
2456 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
2498 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
2716 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Unshift() local
3038 JSHandle<JSTaggedValue> fromValue; in With() local
3222 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, from); in ToSpliced() local
3424 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in ToReversed() local
Dbuiltins_shared_array.cpp1486 … JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, k); in Shift() local
1772 …JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, from… in Splice() local
1813 …JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, from… in Splice() local
1855 …JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, from… in Splice() local
1995 …JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, from… in Unshift() local
Dbuiltins_typedarray.cpp1984 JSMutableHandle<JSTaggedValue> fromValue(thread, JSTaggedValue::Undefined()); in With() local
2051 …JSHandle<JSTaggedValue> fromValue = JSTypedArray::GetProperty(thread, thisHandle, from).GetValue(); in ToReversed() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1222 int64 fromValue = constValue.GetExtValue(); in FoldRoundMIRConst() local
1228 uint64 fromValue = static_cast<uint64>(constValue.GetExtValue()); in FoldRoundMIRConst() local
1237 int64 fromValue = constValue.GetExtValue(); in FoldRoundMIRConst() local
1243 uint64 fromValue = static_cast<uint64>(constValue.GetExtValue()); in FoldRoundMIRConst() local
1339 const MIRDoubleConst *fromValue = safe_cast<MIRDoubleConst>(cst); in FoldTypeCvtMIRConst() local
1346 const MIRFloatConst *fromValue = safe_cast<MIRFloatConst>(cst); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp236 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
300 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2739 … GateRef fromValue = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*from), arrayType); in ToReversed() local