Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.h49 static JSTaggedValue GetUint32(EcmaRuntimeCallInfo *argv);
Dbuiltins_dataview.cpp248 JSTaggedValue BuiltinsDataView::GetUint32(EcmaRuntimeCallInfo *argv) in GetUint32() function in panda::ecmascript::builtins::BuiltinsDataView
251 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint32); in GetUint32()
Dbuiltins.cpp2881 SetFunction(env, dataViewFuncPrototype, "getUint32", DataView::GetUint32, FunctionLength::ONE); in InitializeDataView()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp298 HWTEST_F_L0(BuiltinsDataViewTest, GetUint32) in HWTEST_F_L0() argument
314 JSTaggedValue result = BuiltinsDataView::GetUint32(ecmaRuntimeCallInfo); in HWTEST_F_L0()
449 JSTaggedValue result1 = BuiltinsDataView::GetUint32(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h332 V(DataView, GetUint32) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp536 reinterpret_cast<uintptr_t>(DataView::GetUint32),