| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module_manager.cpp | 130 const CString &fileName, const CString &recordName, bool executeFromJob) in ResolveImportedModuleWithMerge() 157 const CString &fileName, const CString &recordName, const JSPandaFile *jsPandaFile, in ResolveSharedImportedModuleWithMerge() 179 bool SharedModuleManager::SearchInSModuleManagerUnsafe(const CString &recordName) in SearchInSModuleManagerUnsafe() 188 …ourceTextModule> SharedModuleManager::GetSModuleUnsafe(JSThread *thread, const CString &recordName) in GetSModuleUnsafe() 198 …ndle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordName) in GetSModule() 204 bool SharedModuleManager::SearchInSModuleManager(JSThread *thread, const CString &recordName) in SearchInSModuleManager() 209 void SharedModuleManager::InsertInSModuleManager(JSThread *thread, const CString &recordName, in InsertInSModuleManager() 254 CString recordName = jsPandaFile->GetRecordName(entryPoint); in GenerateFuncModule() local
|
| D | js_shared_module_manager.h | 78 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule() 83 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
|
| D | js_module_manager.h | 122 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule() 127 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule()
|
| D | module_path_helper.cpp | 22 CString &baseFileName, CString recordName, CString requestName) in ConcatFileNameWithMerge() 58 CString &baseFileName, const CString &recordName, CString requestName) in ConcatMergeFileNameToNormalized() 84 …const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, const CString &r… in ConcatImportFileNormalizedOhmurlWithRecordName() 300 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl() 331 …ybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString recordName) in ParsePrefixBundle() 380 …thHelper::ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CString &recordName, in ParseNormalizedOhmUrl() 411 const CString &recordName, const CString &requestName) in MakeNewRecord() 492 const CString& requestName, const CString &recordName) in FindPackageInTopLevelWithNamespace() 541 const CString &recordName, const CString &requestName) in ParseOhpmPackage() 572 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 | js_module_manager.cpp | 435 const CString &recordName, bool executeFromJob) in HostResolveImportedModuleWithMerge() 445 const CString &recordName, bool executeFromJob) in HostResolveImportedModuleWithMergeForHotReload() 461 const CString &recordName, bool executeFromJob) in CommonResolveImportedModuleWithMerge() 554 … JSThread *thread, const JSPandaFile *jsPandaFile, const CString &recordName, bool executeFromJob) in ResolveModuleWithMerge() 698 CString recordName = sourceTextModule->GetEcmaModuleRecordNameString(); in GetRecordName() local 763 …Value> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordName) in ExecuteNativeModuleMayThrowError() 786 …ndle<JSTaggedValue> ModuleManager::ExecuteNativeModule(JSThread *thread, const CString &recordName) in ExecuteNativeModule() 817 …Handle<JSTaggedValue> ModuleManager::ExecuteJsonModule(JSThread *thread, const CString &recordName, in ExecuteJsonModule() 835 JSHandle<JSTaggedValue> ModuleManager::ExecuteCjsModule(JSThread *thread, const CString &recordName, in ExecuteCjsModule() 863 JSThread *thread, const CString &recordName, const CString &baseFileName) in GetModuleNameSpaceFromFile() [all …]
|
| D | module_logger.cpp | 228 ModuleLoadInfo *ModuleLogger::GetModuleLoadInfo(const CString &recordName) in GetModuleLoadInfo() 239 void ModuleLogger::SetStartTime(const CString &recordName) in SetStartTime() 247 void ModuleLogger::SetEndTime(const CString &recordName) in SetEndTime()
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | resolveDepsRelation.cpp | 23 … const std::string &progKey, const std::string &recordName) in CollectCommonjsRecords() 127 const std::string &recordName) in CollectStaticImportDepsRelation() 142 const std::string &recordName) in CollectDynamicImportDepsRelation()
|
| /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 | 520 const CString& recordName, in UpdateExtraProfileTypeInfo() 571 … PGOProfiler::ProcessProfileTypeInfo(JSFunction *func, ApEntityId abcId, const CString &recordName, in ProcessProfileTypeInfo() 602 CString recordName = func->GetRecordName(); in HandlePGOPreDump() local 647 CString recordName = func->GetRecordName(); in HandlePGODumpByDumpThread() local 713 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcVa… in ProfileBytecode() 958 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName() 981 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue() 1010 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly() 1037 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly() 1060 bool PGOProfiler::DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId met… in DumpICByNameWithHandler() [all …]
|
| D | pgo_profiler_info.h | 339 bool Update(const CString &recordName, Callback callback) in Update() 592 auto recordName = iter->first; in Update() local 599 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update() 619 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo() 633 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo() 677 …void MatchAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *m… in MatchAndMarkMethod()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 47 void PatchFix::ProcessModule(const std::string &recordName, in ProcessModule() 61 void PatchFix::ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileC… in ProcessJsonContentRecord() 74 void PatchFix::DumpModuleInfo(const std::string &recordName, in DumpModuleInfo() 83 void PatchFix::ValidateModuleInfo(const std::string &recordName, in ValidateModuleInfo() 101 void PatchFix::DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileCon… in DumpJsonContentRecInfo() 109 void PatchFix::ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFil… in ValidateJsonContentRecInfo() 541 std::string recordName) in CheckAndRestoreSpecialFunctionName()
|
| D | commonUtil.cpp | 75 std::string recordName {}; in GetRecordNameFromNormalizedOhmurl() local 122 bool RecordNotGeneratedFromBytecode(std::string recordName) in RecordNotGeneratedFromBytecode()
|
| D | moduleHelpers.cpp | 51 std::string recordName = line.substr(0, pos); in CompileNpmModuleEntryList() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 82 CString recordName = info.first; in CheckIsRecordWithBundleName() local 190 CString recordName = ParseEntryPoint(desc); in InitializeMergedPF() local 245 bool JSPandaFile::CheckAndGetRecordInfo(const CString &recordName, [[maybe_unused]] JSRecordInfo **… in CheckAndGetRecordInfo() argument 259 const JSRecordInfo* JSPandaFile::GetRecordInfo(const CString &recordName) in GetRecordInfo() 289 bool JSPandaFile::FindOhmUrlInPF(const CString &recordName, CString &entryPoint) const in FindOhmUrlInPF() argument 439 CString recordName = IsBundlePack() ? ENTRY_FUNCTION_NAME : GetRecordName(methodIdx); in GetRecordNameWithBundlePack() local
|
| D | js_pandafile.h | 191 … const CUnorderedMap<uint32_t, uint64_t> *GetConstpoolMapByReocrd(const CString &recordName) const in GetConstpoolMapByReocrd() 352 bool HasRecord(const CString &recordName) const in HasRecord() 357 JSRecordInfo &FindRecordInfo(const CString &recordName) in FindRecordInfo() 372 void InsertJSRecordInfo(const CString &recordName) in InsertJSRecordInfo()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerContext.cpp | 25 util::StringView recordName, util::PatchFix *patchFixHelper) in CompilerContext()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | framework_helper.h | 49 static void GetRealRecordName(CString &recordName) in GetRealRecordName()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | recordTable.cpp | 85 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()
|
| D | ntype_bytecode_lowering.h | 26 bool enableLog, const std::string& name, const CString& recordName) in NTypeBytecodeLowering()
|
| D | pgo_bc_info.cpp | 64 const CString &recordName, const MethodLiteral *method) in Record()
|
| /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()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 139 void ExecuteAndLoadJSPandaFile(std::string profDir, std::string recordName) in ExecuteAndLoadJSPandaFile() 170 const auto *recordName = in ParseRelatedPandaFileMethods() local 257 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("test")); in HWTEST_F_L0() local 305 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("test")); in HWTEST_F_L0() local 357 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("test")); in HWTEST_F_L0() local 412 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local 514 JSHandle<JSTaggedValue> recordName(vm2->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local 523 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local 578 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local 620 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("ark-profiler9.abc")); in HWTEST_F_L0() local [all …]
|