Searched refs:Int8ArrayConstructor (Results 1 – 8 of 8) sorted by relevance
27 static JSTaggedValue Int8ArrayConstructor(EcmaRuntimeCallInfo *argv);
52 JSTaggedValue BuiltinsTypedArray::Int8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int8ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray55 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int8ArrayConstructor); in Int8ArrayConstructor()
2341 env, reinterpret_cast<void *>(BuiltinsTypedArray::Int8ArrayConstructor)); in InitializeInt8Array()
79 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()152 result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
253 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArrayFromList()
538 …JSHandle<JSTaggedValue> int8Array(thread, BuiltinsTypedArray::Int8ArrayConstructor(ecmaRuntimeCall… in HWTEST_F_L0()
734 V(TypedArray, Int8ArrayConstructor) \
466 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int8ArrayConstructor),