Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compilation_env.cpp92 JSTaggedValue AOTCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() function in panda::ecmascript::AOTCompilationEnv
Djit_compilation_env.cpp149 JSTaggedValue JitCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index,… in GetObjectLiteralFromCache() function in panda::ecmascript::JitCompilationEnv
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1364 DEF_RUNTIME_STUBS(GetObjectLiteralFromCache) in DEF_RUNTIME_STUBS() argument