Searched refs:cpIdx (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ts_hcr_opt_pass.h | 66 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 D | aot_compilation_env.cpp | 108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx, in GetStringFromConstantPool() argument 111 return ptManager_->GetStringFromConstantPool(methodOffset, cpIdx); in GetStringFromConstantPool()
|
H A D | ntype_bytecode_lowering.h | 85 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue() argument 89 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
|
H A D | ntype_hcr_lowering.h | 74 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue() argument 78 return compilationEnv_->GetArrayLiteralFromCache(unsharedCp, cpIdx, recordName_); in GetArrayLiteralValue()
|
H A D | aot_compilation_env.h | 59 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
|
H A D | jit_compilation_env.cpp | 175 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 D | compilation_env.h | 84 virtual JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
|
H A D | jit_compilation_env.h | 61 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
|
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_manager.h | 36 JSTaggedValue PUBLIC_API GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx) const;
|
H A D | pgo_type_manager.cpp | 48 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