Home
last modified time | relevance | path

Searched defs:LoadTypedArrayElement (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h215 static inline JSHandle<JSTaggedValue> LoadTypedArrayElement(const JSThread *thread, in LoadTypedArrayElement() function
Dic_runtime_stub-inl.h574 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadTypedArrayElement(JSThread *thread, JSTaggedValue recei… in LoadTypedArrayElement() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp78 GateRef BuiltinsTypedArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef k… in LoadTypedArrayElement() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder