Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp24 static const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() function
93 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocal()
94 const char *type = GetStringFromConstantPool(state_->GetPandaFile(), typeId); in HandleStartLocal()
101 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocalExtended()
102 const char *type = GetStringFromConstantPool(state_->GetPandaFile(), typeId); in HandleStartLocalExtended()
103 const char *typeSign = GetStringFromConstantPool(state_->GetPandaFile(), typeSignatureId); in HandleStartLocalExtended()
/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.cpp33 static const char *GetStringFromConstantPool(const panda_file::File &pf, uint32_t offset) in GetStringFromConstantPool() function
107 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocal()
117 const char *name = GetStringFromConstantPool(state_->GetPandaFile(), nameId); in HandleStartLocalExtended()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.h52 return tsManager_->GetStringFromConstantPool(methodOffset, cpIdx); in GetStringFromCP()
Dtype_info_accessors.cpp28 JSTaggedValue TypeInfoAccessor::GetStringFromConstantPool(const JSThread *thread, uint32_t methodId… in GetStringFromConstantPool() function in panda::ecmascript::kungfu::TypeInfoAccessor
30 …return thread->GetCurrentEcmaContext()->GetTSManager()->GetStringFromConstantPool(methodId, index); in GetStringFromConstantPool()
334 auto prop = tsManager_->GetStringFromConstantPool(methodOffset, propIndex); in GetAccessorFuncGT()
344 auto prop = tsManager_->GetStringFromConstantPool(methodOffset, propIndex); in GetAccessorPlr()
405 return TypeInfoAccessor::GetStringFromConstantPool(thread_, methodOffset, index); in GetKeyTaggedValue()
Dts_hcr_opt_pass.cpp120 JSTaggedValue str = tsManager_->GetStringFromConstantPool(methodOffset, strId); in ConvertConstSingleCharToInt32()
Dntype_bytecode_lowering.cpp291 …JSTaggedValue key = TypeInfoAccessor::GetStringFromConstantPool(thread_, acc_.TryGetMethodOffset(g… in LowerNTypedStOwnByName()
Dtype_info_accessors.h51 …static JSTaggedValue GetStringFromConstantPool(const JSThread *thread, uint32_t methodId, uint32_t…
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp95 JSTaggedValue propKey = tsManager_->GetStringFromConstantPool(methodOffset, index); in CollectInitializationType()
119 JSTaggedValue propKey = tsManager_->GetStringFromConstantPool(methodOffset, index); in CollectInitializationInfo()
Dpgo_type_infer.cpp243 prop = tsManager_->GetStringFromConstantPool(methodOffset, propIndex); in UpdateTypeForRWOp()
Dmethod_type_infer.cpp783 JSTaggedValue propKey = tsManager_->GetStringFromConstantPool(methodOffset, index); in InferStObjByName()
826 JSTaggedValue name = tsManager_->GetStringFromConstantPool(methodOffset, index); in GetObjPropWithName()
1023 tsManager_->GetStringFromConstantPool(methodOffset, index), propType) : in GetSuperProp()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h506 …JSTaggedValue PUBLIC_API GetStringFromConstantPool(uint32_t methodId, const uint16_t stringId) con…
510 JSTaggedValue str = GetStringFromConstantPool(methodId, stringId); in GetStdStringFromConstantPool()
Dts_manager.cpp1269 JSTaggedValue TSManager::GetStringFromConstantPool(uint32_t methodId, const uint16_t stringId) const in GetStringFromConstantPool() function in panda::ecmascript::TSManager