Searched refs:Int16ArrayConstructor (Results 1 – 6 of 6) sorted by relevance
30 static JSTaggedValue Int16ArrayConstructor(EcmaRuntimeCallInfo *argv);
80 JSTaggedValue BuiltinsTypedArray::Int16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int16ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray83 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int16ArrayConstructor); in Int16ArrayConstructor()
2430 env, reinterpret_cast<void *>(BuiltinsTypedArray::Int16ArrayConstructor)); in InitializeInt16Array()
128 result = TypedArray::Int16ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
737 V(TypedArray, Int16ArrayConstructor) \
469 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int16ArrayConstructor),