Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.h47 static JSTaggedValue GetUint16(EcmaRuntimeCallInfo *argv);
Dbuiltins_dataview.cpp240 JSTaggedValue BuiltinsDataView::GetUint16(EcmaRuntimeCallInfo *argv) in GetUint16() function in panda::ecmascript::builtins::BuiltinsDataView
243 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint16); in GetUint16()
Dbuiltins.cpp2880 SetFunction(env, dataViewFuncPrototype, "getUint16", DataView::GetUint16, FunctionLength::ONE); in InitializeDataView()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp263 JSTaggedValue result1 = BuiltinsDataView::GetUint16(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h331 V(DataView, GetUint16) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp535 reinterpret_cast<uintptr_t>(DataView::GetUint16),