Searched defs:fromValue (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1030 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/ |
| D | builtins_array.cpp | 2108 … 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
|
| D | builtins_typedarray.cpp | 1996 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/ |
| D | js_stable_array.cpp | 236 … 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/ |
| D | builtins_typedarray_stub_builder.cpp | 2748 … GateRef fromValue = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*from), arrayType); in ToReversed() local
|