Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h35 GateRef LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType);
Dbuiltins_typedarray_stub_builder.cpp80 GateRef BuiltinsTypedArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef k… in LoadTypedArrayElement() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h75 …static inline JSTaggedValue LoadTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTagg…
Dic_runtime_stub-inl.h126 return LoadTypedArrayElement(thread, receiver, key); in TryLoadICByValue()
478 return LoadTypedArrayElement(thread, receiver, key); in LoadICWithElementHandler()
523 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadTypedArrayElement(JSThread *thread, JSTaggedValue recei… in LoadTypedArrayElement() function
Dic_runtime.cpp108 LoadHandler::LoadTypedArrayElement(thread_, JSHandle<JSTypedArray>(receiver)); in UpdateTypedArrayHandler()
Dic_handler.h288 static inline JSHandle<JSTaggedValue> LoadTypedArrayElement(const JSThread *thread, in LoadTypedArrayElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp231 … ret = typedArrayBuilder.LoadTypedArrayElement(glue_, receiver_, propKey_, jsType); in LoadICByValue()