Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compilation_env.cpp87 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() function in panda::ecmascript::AOTCompilationEnv
Djit_compilation_env.cpp137 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() function in panda::ecmascript::JitCompilationEnv
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1376 DEF_RUNTIME_STUBS(GetArrayLiteralFromCache) in DEF_RUNTIME_STUBS() argument