| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | resolveDepsRelation.cpp | 23 … const std::string &progKey, const std::string &recordName) in CollectCommonjsAndJsonRecords() 131 const std::string &recordName) in CollectStaticImportDepsRelation() 146 const std::string &recordName) in CollectDynamicImportDepsRelation()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_resolver.cpp | 40 const CString& recordName, in HostResolveImportedModule() 61 const CString& recordName, in HostResolveImportedModule() 104 CString recordName = module->GetEcmaModuleRecordNameString(); in HostResolveImportedModuleWithMerge() local 155 … const CString &recordName, in ResolveSharedImportedModuleWithMerge() 181 … const CString &recordName, in HostResolveImportedModuleForHotReload() 207 … const CString &recordName, in HostResolveImportedModuleWithMerge() 327 const CString &recordName, in ResolveModuleWithMerge()
|
| D | js_shared_module_manager.cpp | 139 bool SharedModuleManager::SearchInSModuleManagerUnsafe(const CString &recordName) in SearchInSModuleManagerUnsafe() 148 …ourceTextModule> SharedModuleManager::GetSModuleUnsafe(JSThread *thread, const CString &recordName) in GetSModuleUnsafe() 159 …ndle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordName) in GetSModule() 165 bool SharedModuleManager::SearchInSModuleManager(JSThread *thread, const CString &recordName) in SearchInSModuleManager() 170 void SharedModuleManager::InsertInSModuleManager(JSThread *thread, const CString &recordName, in InsertInSModuleManager() 215 CString recordName = jsPandaFile->GetRecordName(entryPoint); in GenerateFuncModule() local
|
| D | js_shared_module_manager.h | 76 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule() 81 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
|
| D | js_module_manager.h | 110 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule() 115 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule()
|
| D | module_path_helper.cpp | 26 CString &baseFileName, const CString &recordName, const CString &requestName) in ConcatFileNameWithMerge() 63 CString &baseFileName, const CString &recordName, CString requestName) in ConcatMergeFileNameToNormalized() 92 …const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, const CString &r… in ConcatImportFileNormalizedOhmurlWithRecordName() 301 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl() 332 …ybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString recordName) in ParsePrefixBundle() 355 …thHelper::ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CString &recordName, in ParseNormalizedOhmUrl() 386 const CString &recordName, const CString &requestName) in MakeNewRecord() 471 const CString& requestName, const CString &recordName) in FindPackageInTopLevelWithNamespace() 520 const CString &recordName, const CString &requestName) in ParseOhpmPackage() 550 const CString &recordName, const CString &requestName, const CString &packagePath) in ParseThirdPartyPackage() [all …]
|
| D | module_manager_helper.cpp | 99 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetResolvedRecordIndexBindingModule() local 128 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetResolvedRecordBindingModule() local 149 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetLazyModuleValueFromIndexBinding() local 177 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetLazyModuleValueFromRecordBinding() local
|
| D | module_logger.cpp | 240 ModuleLoadInfo *ModuleLogger::GetModuleLoadInfo(const CString &recordName) in GetModuleLoadInfo() 251 void ModuleLogger::SetStartTime(const CString &recordName) in SetStartTime() 264 void ModuleLogger::SetEndTime(const CString &recordName) in SetEndTime()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.h | 91 void Update(const JSPandaFile *jsPandaFile, const CString &recordName, Callback callback) in Update() 100 …void GetTypeInfo(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *m… in GetTypeInfo() 118 …void MatchAndMarkMethod(const JSPandaFile *jsPandaFile, const CString &recordName, const char *met… in MatchAndMarkMethod()
|
| D | pgo_profiler.cpp | 443 const CString& recordName, in UpdateExtraProfileTypeInfo() 496 …rofiler::ProcessExtraProfileTypeInfo(JSFunction *func, ApEntityId abcId, const CString &recordName, in ProcessExtraProfileTypeInfo() 540 CString recordName = func->GetRecordName(); in HandlePGOPreDump() local 585 CString recordName = func->GetRecordName(); in HandlePGODumpByDumpThread() local 639 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcVa… in ProfileBytecode() 884 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName() 907 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue() 938 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly() 965 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly() 991 bool PGOProfiler::DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId met… in DumpICByNameWithHandler() [all …]
|
| D | pgo_profiler_info.h | 367 bool Update(const CString &recordName, Callback callback) in Update() 622 auto recordName = iter->first; in Update() local 629 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update() 649 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo() 663 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo() 707 …void MatchAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *m… in MatchAndMarkMethod()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.h | 198 … const CUnorderedMap<uint32_t, uint64_t> *GetConstpoolMapByReocrd(const CString &recordName) const in GetConstpoolMapByReocrd() 320 inline JSRecordInfo* CheckAndGetRecordInfo(const CString &recordName) const in CheckAndGetRecordInfo() 376 inline bool HasRecord(const CString &recordName) const in HasRecord() 381 JSRecordInfo &FindRecordInfo(const CString &recordName) in FindRecordInfo() 396 void InsertJSRecordInfo(const CString &recordName) in InsertJSRecordInfo() 403 void InsertNpmEntries(const CString &recordName, const CString &fieldName) in InsertNpmEntries()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 38 void PatchFix::ProcessModule(const std::string &recordName, in ProcessModule() 52 void PatchFix::ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileC… in ProcessJsonContentRecord() 65 void PatchFix::DumpModuleInfo(const std::string &recordName, in DumpModuleInfo() 74 void PatchFix::ValidateModuleInfo(const std::string &recordName, in ValidateModuleInfo() 92 void PatchFix::DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileCon… in DumpJsonContentRecInfo() 100 void PatchFix::ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFil… in ValidateJsonContentRecInfo() 533 std::string recordName) in CheckAndRestoreSpecialFunctionName()
|
| D | commonUtil.cpp | 85 std::string recordName {}; in GetRecordNameFromNormalizedOhmurl() local 190 bool RecordNotGeneratedFromBytecode(std::string recordName) in RecordNotGeneratedFromBytecode()
|
| D | moduleHelpers.cpp | 49 std::string recordName = line.substr(0, pos); in CompileNpmModuleEntryList() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerContext.cpp | 25 util::StringView recordName, util::PatchFix *patchFixHelper) in CompilerContext()
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | module.cpp | 28 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | framework_helper.h | 49 static void GetRealRecordName(CString &recordName) in GetRealRecordName()
|
| /arkcompiler/runtime_core/static_core/abc2program/common/ |
| D | abc_code_converter.cpp | 51 auto recordName = keyData_.GetFullRecordNameById(fieldAccessor.GetClassId()); in IDToString() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | module.cpp | 39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | module.cpp | 39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | recordTable.cpp | 103 util::UString recordName(recordTable_->program_->Allocator()); in FormRecordName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_hcr_lowering.h | 26 …TypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, in NTypeHCRLowering()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_extractor.cpp | 38 std::unordered_set<std::string> recordName {}; in GetBreakpointAddress() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 71 inline static void AdaptOldIsaRecord(CString &recordName) in AdaptOldIsaRecord()
|