Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h149 static JSTaggedValue Float64ArrayConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_typedarray.cpp126 JSTaggedValue BuiltinsTypedArray::Float64ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float64ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
129 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Float64ArrayConstructor); in Float64ArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h769 V(TypedArray, Float64ArrayConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp476 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Float64ArrayConstructor),