| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_extractor.cpp | 24 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/ |
| D | debug_info_extractor.cpp | 25 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/ |
| D | debug_info_extractor.cpp | 33 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/ |
| D | ts_hcr_opt_pass.h | 52 return tsManager_->GetStringFromConstantPool(methodOffset, cpIdx); in GetStringFromCP()
|
| D | type_info_accessors.cpp | 28 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()
|
| D | ts_hcr_opt_pass.cpp | 120 JSTaggedValue str = tsManager_->GetStringFromConstantPool(methodOffset, strId); in ConvertConstSingleCharToInt32()
|
| D | ntype_bytecode_lowering.cpp | 291 …JSTaggedValue key = TypeInfoAccessor::GetStringFromConstantPool(thread_, acc_.TryGetMethodOffset(g… in LowerNTypedStOwnByName()
|
| D | type_info_accessors.h | 51 …static JSTaggedValue GetStringFromConstantPool(const JSThread *thread, uint32_t methodId, uint32_t…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | initialization_analysis.cpp | 95 JSTaggedValue propKey = tsManager_->GetStringFromConstantPool(methodOffset, index); in CollectInitializationType() 119 JSTaggedValue propKey = tsManager_->GetStringFromConstantPool(methodOffset, index); in CollectInitializationInfo()
|
| D | pgo_type_infer.cpp | 243 prop = tsManager_->GetStringFromConstantPool(methodOffset, propIndex); in UpdateTypeForRWOp()
|
| D | method_type_infer.cpp | 783 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/ |
| D | ts_manager.h | 506 …JSTaggedValue PUBLIC_API GetStringFromConstantPool(uint32_t methodId, const uint16_t stringId) con… 510 JSTaggedValue str = GetStringFromConstantPool(methodId, stringId); in GetStdStringFromConstantPool()
|
| D | ts_manager.cpp | 1269 JSTaggedValue TSManager::GetStringFromConstantPool(uint32_t methodId, const uint16_t stringId) const in GetStringFromConstantPool() function in panda::ecmascript::TSManager
|