Searched refs:StoreTypedArrayElement (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.h | 35 …GateRef StoreTypedArrayElement(GateRef glue, GateRef array, GateRef index, GateRef value, GateRef …
|
| D | typed_array_stub_builder.cpp | 143 GateRef TypedArrayStubBuilder::StoreTypedArrayElement(GateRef glue, GateRef array, GateRef index, G… in StoreTypedArrayElement() function in panda::ecmascript::kungfu::TypedArrayStubBuilder
|
| D | stub_builder.cpp | 2010 … result = typedArrayBuilder.StoreTypedArrayElement(glue, receiver, index64, value, jsType); in ICStoreElement()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub.h | 81 …static inline JSTaggedValue StoreTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTag…
|
| D | ic_runtime_stub-inl.h | 564 return StoreTypedArrayElement(thread, JSTaggedValue::Cast(receiver), key, value); in StoreElement() 605 ARK_INLINE JSTaggedValue ICRuntimeStub::StoreTypedArrayElement(JSThread *thread, JSTaggedValue rece… in StoreTypedArrayElement() function
|