Searched refs:Int32ArrayConstructor (Results 1 – 5 of 5) sorted by relevance
146 static JSTaggedValue Int32ArrayConstructor(EcmaRuntimeCallInfo *argv);
99 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray102 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
140 result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()234 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray()
766 V(TypedArray, Int32ArrayConstructor) \
473 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int32ArrayConstructor),