Searched refs:Int32ArrayConstructor (Results 1 – 6 of 6) sorted by relevance
32 static JSTaggedValue Int32ArrayConstructor(EcmaRuntimeCallInfo *argv);
98 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray101 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
2478 env, reinterpret_cast<void *>(BuiltinsTypedArray::Int32ArrayConstructor)); in InitializeInt32Array()
140 result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()234 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray()
739 V(TypedArray, Int32ArrayConstructor) \
471 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int32ArrayConstructor),