Home
last modified time | relevance | path

Searched refs:LoadTypedArrayElement (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h34 GateRef LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType);
Dic_stub_builder.cpp224 … ret = typedArrayBuilder.LoadTypedArrayElement(glue_, receiver_, propKey_, jsType); in LoadICByValue()
Dtyped_array_stub_builder.cpp108 GateRef TypedArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, Gate… in LoadTypedArrayElement() function in panda::ecmascript::kungfu::TypedArrayStubBuilder
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h78 …static inline JSTaggedValue LoadTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTagg…
Dic_runtime_stub-inl.h125 return LoadTypedArrayElement(thread, receiver, key); in TryLoadICByValue()
489 return LoadTypedArrayElement(thread, receiver, key); in LoadICWithElementHandler()
534 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadTypedArrayElement(JSThread *thread, JSTaggedValue recei… in LoadTypedArrayElement() function
Dic_runtime.cpp109 LoadHandler::LoadTypedArrayElement(thread_, JSHandle<JSTypedArray>(receiver)); in UpdateTypedArrayHandler()
Dic_handler.h267 static inline JSHandle<JSTaggedValue> LoadTypedArrayElement(const JSThread *thread, in LoadTypedArrayElement() function