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 | 2144 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Shift() local 2504 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local 2547 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local 2589 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local 2804 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Unshift() local 3223 JSHandle<JSTaggedValue> fromValue; in With() local 3407 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, from); in ToSpliced() local 3609 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in ToReversed() local
|
| D | builtins_typedarray.cpp | 2019 JSMutableHandle<JSTaggedValue> fromValue(thread, JSTaggedValue::Undefined()); in With() local 2086 …JSHandle<JSTaggedValue> fromValue = JSTypedArray::GetProperty(thread, thisHandle, from).GetValue(); in ToReversed() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 235 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local 299 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 2722 … GateRef fromValue = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*from), arrayType); in ToReversed() local
|