Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h32 static JSTaggedValue Int32ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_typedarray.cpp98 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
101 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
Dbuiltins.cpp2478 env, reinterpret_cast<void *>(BuiltinsTypedArray::Int32ArrayConstructor)); in InitializeInt32Array()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp140 result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
234 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h739 V(TypedArray, Int32ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp471 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int32ArrayConstructor),