Home
last modified time | relevance | path

Searched refs:Float32ArrayConstructor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h148 static JSTaggedValue Float32ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_typedarray.cpp117 JSTaggedValue BuiltinsTypedArray::Float32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float32ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
120 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Float32ArrayConstructor); in Float32ArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h768 V(TypedArray, Float32ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp475 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Float32ArrayConstructor),