Searched defs:LoadTypedArrayElement (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ | ||
H A D | ic_runtime_stub-inl.h | 532 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadTypedArrayElement(JSThread *thread, JSTaggedValue receiver, in LoadTypedArrayElement() function in panda::ecmascript::ICRuntimeStub |
H A D | ic_handler.h | 288 static inline JSHandle<JSTaggedValue> LoadTypedArrayElement(const JSThread *thread, in LoadTypedArrayElement() function in panda::ecmascript::final |
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ | ||
H A D | builtins_typedarray_stub_builder.cpp | 80 GateRef BuiltinsTypedArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType)
in LoadTypedArrayElement() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder |
Completed in 10 milliseconds