| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 69 … 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 …]
|
| D | debug_info_extractor.cpp | 89 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()
|
| D | debug_helpers.cpp | 41 const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() function
|
| D | debug_helpers.h | 148 const char *GetStringFromConstantPool(const File &pf, uint32_t offset);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_hcr_opt_pass.cpp | 100 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()
|
| D | ts_hcr_opt_pass.h | 66 …JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx, bool allowAlloc = t… 68 return compilationEnv_->GetStringFromConstantPool(methodOffset, cpIdx, allowAlloc);
|
| D | aot_compilation_env.cpp | 108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint1… in GetStringFromConstantPool() function in panda::ecmascript::AOTCompilationEnv 111 return ptManager_->GetStringFromConstantPool(methodOffset, cpIdx); in GetStringFromConstantPool()
|
| D | aot_compilation_env.h | 59 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
|
| D | compilation_env.h | 84 … virtual JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
|
| D | jit_compilation_env.h | 61 JSTaggedValue GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx,
|
| D | jit_compilation_env.cpp | 175 JSTaggedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOf… in GetStringFromConstantPool() function in panda::ecmascript::JitCompilationEnv
|
| D | ntype_bytecode_lowering.cpp | 360 JSTaggedValue key = compilationEnv_->GetStringFromConstantPool(acc_.TryGetMethodOffset(gate), in LowerNTypedStOwnByName()
|
| D | type_info_accessors.cpp | 497 prop = compilationEnv_->GetStringFromConstantPool(methodOffset, propIndex); in InitPropAndCheck() 588 return compilationEnv_->GetStringFromConstantPool(methodOffset, index); in GetKeyTaggedValue()
|
| /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 | 31 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/ |
| D | pgo_type_manager.h | 36 …JSTaggedValue PUBLIC_API GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpI…
|
| D | pgo_type_manager.cpp | 49 JSTaggedValue PGOTypeManager::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t… in GetStringFromConstantPool() function in panda::ecmascript::kungfu::PGOTypeManager
|
| /arkcompiler/ets_runtime/ |
| D | libark_jsruntime.map | 340 panda::ecmascript::kungfu::PGOTypeManager::GetStringFromConstantPool*;
|