Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compilation_env.h48 …JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) con…
Dntype_bytecode_lowering.h89 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
Dcompilation_env.h80 …virtual JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString en…
Daot_compilation_env.cpp88 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() function in panda::ecmascript::AOTCompilationEnv
Dntype_hcr_lowering.h77 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
Djit_compilation_env.h50 …JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) con…
Djit_compilation_env.cpp138 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() function in panda::ecmascript::JitCompilationEnv
Dcircuit_builder.cpp827 result = CallRuntime(glue, RTSTUB_ID(GetArrayLiteralFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
875 … result = CallRuntime(glue, RTSTUB_ID(GetArrayLiteralFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h424 V(GetArrayLiteralFromCache) \
Druntime_stubs.cpp1397 DEF_RUNTIME_STUBS(GetArrayLiteralFromCache) in DEF_RUNTIME_STUBS() argument
1399 RUNTIME_STUBS_HEADER(GetArrayLiteralFromCache); in DEF_RUNTIME_STUBS()