Searched refs:GetArrayLiteralFromCache (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compilation_env.h | 48 …JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) con…
|
| D | ntype_bytecode_lowering.h | 89 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
|
| D | compilation_env.h | 80 …virtual JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString en…
|
| D | aot_compilation_env.cpp | 88 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() function in panda::ecmascript::AOTCompilationEnv
|
| D | ntype_hcr_lowering.h | 77 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
|
| D | jit_compilation_env.h | 50 …JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) con…
|
| D | jit_compilation_env.cpp | 138 JSTaggedValue JitCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, … in GetArrayLiteralFromCache() function in panda::ecmascript::JitCompilationEnv
|
| D | circuit_builder.cpp | 827 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/ |
| D | runtime_stub_list.h | 424 V(GetArrayLiteralFromCache) \
|
| D | runtime_stubs.cpp | 1397 DEF_RUNTIME_STUBS(GetArrayLiteralFromCache) in DEF_RUNTIME_STUBS() argument 1399 RUNTIME_STUBS_HEADER(GetArrayLiteralFromCache); in DEF_RUNTIME_STUBS()
|