Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1030 int64 fromValue = constValue.GetExtValue(); in FoldRoundMIRConst() local
1036 uint64 fromValue = static_cast<uint64>(constValue.GetExtValue()); in FoldRoundMIRConst() local
1045 int64 fromValue = constValue.GetExtValue(); in FoldRoundMIRConst() local
1051 uint64 fromValue = static_cast<uint64>(constValue.GetExtValue()); in FoldRoundMIRConst() local
1137 const MIRDoubleConst *fromValue = safe_cast<MIRDoubleConst>(cst); in FoldTypeCvtMIRConst() local
1144 const MIRFloatConst *fromValue = safe_cast<MIRFloatConst>(cst); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2108 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Shift() local
2468 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
2511 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
2553 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
2760 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Unshift() local
3179 JSHandle<JSTaggedValue> fromValue; in With() local
3363 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, from); in ToSpliced() local
3565 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in ToReversed() local
Dbuiltins_typedarray.cpp1996 JSMutableHandle<JSTaggedValue> fromValue(thread, JSTaggedValue::Undefined()); in With() local
2063 …JSHandle<JSTaggedValue> fromValue = JSTypedArray::GetProperty(thread, thisHandle, from).GetValue(); in ToReversed() 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.cpp2748 … GateRef fromValue = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*from), arrayType); in ToReversed() local