Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp160 result = CallRuntime(glue, RTSTUB_ID(SetTypeArrayPropertyByIndex), in StoreTypedArrayElement()
Dstub_builder.cpp3380 returnValue = CallRuntime(glue, RTSTUB_ID(SetTypeArrayPropertyByIndex), in SetPropertyByIndex()
7648 result = CallRuntime(glue, RTSTUB_ID(SetTypeArrayPropertyByIndex), in SetTypeArrayPropertyByName()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h339 V(SetTypeArrayPropertyByIndex) \
Druntime_stubs.cpp2451 DEF_RUNTIME_STUBS(SetTypeArrayPropertyByIndex) in DEF_RUNTIME_STUBS() argument
2453 RUNTIME_STUBS_HEADER(SetTypeArrayPropertyByIndex); in DEF_RUNTIME_STUBS()