Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h146 static JSTaggedValue Int32ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_typedarray.cpp99 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
102 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
/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.h766 V(TypedArray, Int32ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp473 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int32ArrayConstructor),