Home
last modified time | relevance | path

Searched refs:StoreTypedArrayElement (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h36 …GateRef StoreTypedArrayElement(GateRef glue, GateRef array, GateRef index, GateRef value, GateRef …
Dbuiltins_typedarray_stub_builder.cpp115 GateRef BuiltinsTypedArrayStubBuilder::StoreTypedArrayElement(GateRef glue, GateRef array, GateRef … in StoreTypedArrayElement() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
483 StoreTypedArrayElement(glue, thisValue, *lower, upperValue, arrayType); in Reverse()
484 StoreTypedArrayElement(glue, thisValue, *upper, lowerValue, arrayType); in Reverse()
995 StoreTypedArrayElement(glue, thisValue, *copyTo, *kValue, jsType); in CopyWithin()
1529 StoreTypedArrayElement(glue, newArray, ZExtInt32ToInt64(*i), kValue, arrayType); in Filter()
1793 StoreTypedArrayElement(glue, newArray, *k, *value, jsType); in With()
2261 StoreTypedArrayElement(glue, thisValue, *realOffset, srcValue, in Set()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h78 …static inline JSTaggedValue StoreTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTag…
Dic_runtime_stub-inl.h554 return StoreTypedArrayElement(thread, JSTaggedValue::Cast(receiver), key, value); in StoreElement()
598 ARK_INLINE JSTaggedValue ICRuntimeStub::StoreTypedArrayElement(JSThread *thread, JSTaggedValue rece… in StoreTypedArrayElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2719 … result = typedArrayBuilder.StoreTypedArrayElement(glue, receiver, index64, value, jsType); in ICStoreElement()