Home
last modified time | relevance | path

Searched refs:GetStringFromConstantPool (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h69 … std::string sourceFile = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceFileId); in HandleSetFile()
76 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode()
93 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocal()
94 std::string type = debug_helpers::GetStringFromConstantPool(GetPandaFile(), typeId); in HandleStartLocal()
104 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocalExtended()
105 std::string type = debug_helpers::GetStringFromConstantPool(GetPandaFile(), typeId); in HandleStartLocalExtended()
106 … std::string typeSign = debug_helpers::GetStringFromConstantPool(GetPandaFile(), typeSignatureId); in HandleStartLocalExtended()
195 … std::string sourceFile = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceFileId); in HandleSetFile()
203 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode()
223 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocal()
[all …]
Ddebug_info_extractor.cpp89 const char *name = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocal()
90 const char *type = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), typeId); in HandleStartLocal()
97 const char *name = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocalExtended()
98 const char *type = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), typeId); in HandleStartLocalExtended()
99 …const char *typeSign = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), typeSignat… in HandleStartLocalExtended()
Ddebug_helpers.cpp41 const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() function
Ddebug_helpers.h148 const char *GetStringFromConstantPool(const File &pf, uint32_t offset);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp100 JSTaggedValue leftStr = GetStringFromConstantPool(leftMethodOffset, leftId); in ConvertStringEqualToConst()
102 JSTaggedValue rightStr = GetStringFromConstantPool(rightMethodOffset, rightId, false); in ConvertStringEqualToConst()
117 JSTaggedValue str = GetStringFromConstantPool(methodOffset, strId); in IsSingleCharString()
144 JSTaggedValue str = GetStringFromConstantPool(methodOffset, strId); in ConvertConstSingleCharToInt32()
Dts_hcr_opt_pass.h66 …JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx, bool allowAlloc = t…
68 return compilationEnv_->GetStringFromConstantPool(methodOffset, cpIdx, allowAlloc);
Daot_compilation_env.cpp108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint1… in GetStringFromConstantPool() function in panda::ecmascript::AOTCompilationEnv
111 return ptManager_->GetStringFromConstantPool(methodOffset, cpIdx); in GetStringFromConstantPool()
Daot_compilation_env.h59 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
Dcompilation_env.h84 … virtual JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
Djit_compilation_env.h61 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
Djit_compilation_env.cpp175 JSTaggedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOf… in GetStringFromConstantPool() function in panda::ecmascript::JitCompilationEnv
Dntype_bytecode_lowering.cpp360 JSTaggedValue key = compilationEnv_->GetStringFromConstantPool(acc_.TryGetMethodOffset(gate), in LowerNTypedStOwnByName()
Dtype_info_accessors.cpp497 prop = compilationEnv_->GetStringFromConstantPool(methodOffset, propIndex); in InitPropAndCheck()
588 return compilationEnv_->GetStringFromConstantPool(methodOffset, index); in GetKeyTaggedValue()
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp25 static const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() function
94 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), name_id); in HandleStartLocal()
95 const char *type = GetStringFromConstantPool(state_->GetPandaFile(), type_id); in HandleStartLocal()
102 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), name_id); in HandleStartLocalExtended()
103 const char *type = GetStringFromConstantPool(state_->GetPandaFile(), type_id); in HandleStartLocalExtended()
104 … const char *type_sign = GetStringFromConstantPool(state_->GetPandaFile(), type_signature_id); in HandleStartLocalExtended()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp31 static const char *GetStringFromConstantPool(const panda_file::File &pf, uint32_t offset) in GetStringFromConstantPool() function
105 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocal()
115 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocalExtended()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.h36 …JSTaggedValue PUBLIC_API GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpI…
Dpgo_type_manager.cpp49 JSTaggedValue PGOTypeManager::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t… in GetStringFromConstantPool() function in panda::ecmascript::kungfu::PGOTypeManager
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map340 panda::ecmascript::kungfu::PGOTypeManager::GetStringFromConstantPool*;