Home
last modified time | relevance | path

Searched refs:Int8ArrayConstructor (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h27 static JSTaggedValue Int8ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_typedarray.cpp52 JSTaggedValue BuiltinsTypedArray::Int8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int8ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
55 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int8ArrayConstructor); in Int8ArrayConstructor()
Dbuiltins.cpp2341 env, reinterpret_cast<void *>(BuiltinsTypedArray::Int8ArrayConstructor)); in InitializeInt8Array()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp79 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
152 result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
Dbuiltins_typedarray_test.cpp253 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArrayFromList()
Dbuiltins_json_test.cpp538 …JSHandle<JSTaggedValue> int8Array(thread, BuiltinsTypedArray::Int8ArrayConstructor(ecmaRuntimeCall… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h734 V(TypedArray, Int8ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp466 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int8ArrayConstructor),