Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h150 static JSTaggedValue BigInt64ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_shared_typedarray.h136 static JSTaggedValue BigInt64ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_shared_typedarray.cpp124 JSTaggedValue BuiltinsSharedTypedArray::BigInt64ArrayConstructor(EcmaRuntimeCallInfo *argv) in BigInt64ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsSharedTypedArray
127 BUILTINS_API_TRACE(argv->GetThread(), SharedTypedArray, BigInt64ArrayConstructor); in BigInt64ArrayConstructor()
Dbuiltins_typedarray.cpp121 JSTaggedValue BuiltinsTypedArray::BigInt64ArrayConstructor(EcmaRuntimeCallInfo *argv) in BigInt64ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
124 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, BigInt64ArrayConstructor); in BigInt64ArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h850 V(TypedArray, BigInt64ArrayConstructor) \
901 V(SharedTypedArray, BigInt64ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp58 result = TypedArray::BigInt64ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
Dbuiltins_shared_typedarray_test.cpp301 JSTaggedValue result = BuiltinsSharedTypedArray::BigInt64ArrayConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h47 V(BigInt64ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp450 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::BigInt64ArrayConstructor),