Home
last modified time | relevance | path

Searched refs:GetTypeArrayPropertyByIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp132 result = CallRuntime(glue, RTSTUB_ID(GetTypeArrayPropertyByIndex), in LoadTypedArrayElement()
202 result = CallRuntime(glue, RTSTUB_ID(GetTypeArrayPropertyByIndex), in FastGetPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h338 V(GetTypeArrayPropertyByIndex) \
Druntime_stubs.cpp2442 DEF_RUNTIME_STUBS(GetTypeArrayPropertyByIndex) in DEF_RUNTIME_STUBS() argument
2444 RUNTIME_STUBS_HEADER(GetTypeArrayPropertyByIndex); in DEF_RUNTIME_STUBS()