Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp748 result = CallRuntime(glue, RTSTUB_ID(GetArrayLiteralFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
775 … result = CallRuntime(glue, RTSTUB_ID(GetArrayLiteralFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h349 V(GetArrayLiteralFromCache) \
Druntime_stubs.cpp1217 DEF_RUNTIME_STUBS(GetArrayLiteralFromCache) in DEF_RUNTIME_STUBS() argument
1219 RUNTIME_STUBS_HEADER(GetArrayLiteralFromCache); in DEF_RUNTIME_STUBS()