Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h35 …GateRef StoreTypedArrayElement(GateRef glue, GateRef array, GateRef index, GateRef value, GateRef …
Dtyped_array_stub_builder.cpp143 GateRef TypedArrayStubBuilder::StoreTypedArrayElement(GateRef glue, GateRef array, GateRef index, G… in StoreTypedArrayElement() function in panda::ecmascript::kungfu::TypedArrayStubBuilder
Dstub_builder.cpp2010 … result = typedArrayBuilder.StoreTypedArrayElement(glue, receiver, index64, value, jsType); in ICStoreElement()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h81 …static inline JSTaggedValue StoreTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTag…
Dic_runtime_stub-inl.h564 return StoreTypedArrayElement(thread, JSTaggedValue::Cast(receiver), key, value); in StoreElement()
605 ARK_INLINE JSTaggedValue ICRuntimeStub::StoreTypedArrayElement(JSThread *thread, JSTaggedValue rece… in StoreTypedArrayElement() function