Home
last modified time | relevance | path

Searched refs:GetUint16 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.h37 V("getUint16", GetUint16, 1, DataViewGetUint16 ) \
81 static JSTaggedValue GetUint16(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_dataview.cpp234 JSTaggedValue BuiltinsDataView::GetUint16(EcmaRuntimeCallInfo *argv) in GetUint16() function in panda::ecmascript::builtins::BuiltinsDataView
237 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint16); in GetUint16()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_dataview_test.cpp78 result = BuiltinsDataView::GetUint16(ecmaRuntimeCallInfo); in DataViewAlgorithmGet()
280 // new DataView(new ArrayBuffer(8), 0).SetUint16/GetUint16
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h402 V(DataView, GetUint16) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp512 reinterpret_cast<uintptr_t>(DataView::GetUint16),

Completed in 7 milliseconds