Home
last modified time | relevance | path

Searched refs:cpIdx (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_hcr_opt_pass.h66 JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx, bool allowAlloc = true) const in GetStringFromConstantPool() argument
68 return compilationEnv_->GetStringFromConstantPool(methodOffset, cpIdx, allowAlloc); in GetStringFromConstantPool()
H A Daot_compilation_env.cpp108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx, in GetStringFromConstantPool() argument
111 return ptManager_->GetStringFromConstantPool(methodOffset, cpIdx); in GetStringFromConstantPool()
H A Dntype_bytecode_lowering.h85 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue() argument
89 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
H A Dntype_hcr_lowering.h74 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue() argument
78 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
H A Daot_compilation_env.h59 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
H A Djit_compilation_env.cpp175 const uint16_t cpIdx, bool allowAlloc) const in GetStringFromConstantPool()
181 return ConstantPool::GetStringFromCacheForJit(GetJSThread(), constpool, cpIdx, allowAlloc); in GetStringFromConstantPool()
174 GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, const uint16_t cpIdx, bool allowAlloc) const GetStringFromConstantPool() argument
H A Dcompilation_env.h84 virtual JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
H A Djit_compilation_env.h61 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.h36 JSTaggedValue PUBLIC_API GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx) const;
H A Dpgo_type_manager.cpp48 JSTaggedValue PGOTypeManager::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx) const in GetStringFromConstantPool()
51 return ConstantPool::GetStringFromCache(thread_, cp, cpIdx); in GetStringFromConstantPool()

Completed in 4 milliseconds