Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h144 static JSTaggedValue Int16ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_typedarray.cpp81 JSTaggedValue BuiltinsTypedArray::Int16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int16ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
84 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int16ArrayConstructor); in Int16ArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp128 result = TypedArray::Int16ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h764 V(TypedArray, Int16ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp471 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int16ArrayConstructor),