Home
last modified time | relevance | path

Searched refs:SetUint16 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.h67 static JSTaggedValue SetUint16(EcmaRuntimeCallInfo *argv);
Dbuiltins_dataview.cpp317 JSTaggedValue BuiltinsDataView::SetUint16(EcmaRuntimeCallInfo *argv) in SetUint16() function in panda::ecmascript::builtins::BuiltinsDataView
320 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint16); in SetUint16()
Dbuiltins.cpp2890 SetFunction(env, dataViewFuncPrototype, "setUint16", DataView::SetUint16, FunctionLength::TWO); in InitializeDataView()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp252 JSTaggedValue result = BuiltinsDataView::SetUint16(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h341 V(DataView, SetUint16) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp545 reinterpret_cast<uintptr_t>(DataView::SetUint16),