Home
last modified time | relevance | path

Searched refs:Int32ArrayConstructor (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h146 static JSTaggedValue Int32ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_shared_typedarray.h132 static JSTaggedValue Int32ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_shared_typedarray.cpp88 JSTaggedValue BuiltinsSharedTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsSharedTypedArray
91 BUILTINS_API_TRACE(argv->GetThread(), SharedTypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
Dbuiltins_typedarray.cpp85 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
88 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp94 result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
171 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray()
Dbuiltins_shared_typedarray_test.cpp209 JSTaggedValue result = BuiltinsSharedTypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h846 V(TypedArray, Int32ArrayConstructor) \
897 V(SharedTypedArray, Int32ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h43 V(Int32ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp446 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int32ArrayConstructor),